A simple extension for managing breakpoints in gdb.
Pressing F9
will toggle a breakpoint on the current line. The breakpoints will be saved in (Project root)/.breakpoints
by default in a format that gdb can use with the command line argument -x .breakpoints
. Be sure to compile all files with the -g
option or this may not work.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.