Size: 137
Comment:
|
Size: 350
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
* https://github.com/trstringer/cli-debugging-cheatsheets/blob/master/c.md == Quick reference == * List all variables in current context: `info locals` if at a breakpoint, or `bt full` if at a breakpoint |
Stuff about GNU Debugger (AKA gdb).
Quick reference
List all variables in current context: info locals if at a breakpoint, or bt full if at a breakpoint