First page Back Continue Last page Overview Graphics
Breakpoints vs. Tracepoints
Breakpoints stop the program, while you inspect its state.
Tracepoints pause the program, log information, and then continue.
In GDB, a selected log hit becomes “the current state of the program”.