## Breakpoints ``` break main ``` ## Stepping ``` run step # step into next # step over finish # run until current stack frame ends ``` ## Links https://unix.stackexchange.com/questions/297982/how-to-step-into-step-over-and-step-out-with-gdb