gdb notes
Basic commands
Imprecise definitions of the basic commands.
- n (next)
- Resume to next statement. Don't enter functions.
- s (step)
- Resume next statement. Enter functions.
- jump *line*
- Resume execution in line *line*.
Imprecise definitions of the basic commands.