The GNU Debugger.
gdb {{executable}}
gdb -p {{procID}}
gdb -ex "{{commands}}" {{executable}}
gdb --args {{executable}} {{argument1}} {{argument2}}