Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 278 Bytes

GDB.node.md

File metadata and controls

9 lines (6 loc) · 278 Bytes

GDB is great

Use gdb in a non-interactive way.

gdb -batch -ex "run" -ex "bt" --args {Appliancetion arg1 arg2}

This is useful in many cases where you can't get the luxury of a interactive terminal (like systemd unit) and you don't get a core dump file (like CI).