The GNU Debugger. More information: https://www.gnu.org/software/gdb.
gdb {{executable}}
gdb {{[-p|--pid]}} {{procID}}
gdb {{[-c|--core]}} {{core}} {{executable}}
gdb {{[-ex|--eval-command]}} "{{commands}}" {{executable}}
gdb and pass arguments to the executable:gdb --args {{executable}} {{argument1}} {{argument2}}
gdb {{[-c|--core]}} {{core}} {{executable}} -iex 'set debuginfod enabled on' -iex 'set pagination off' -ex bt