p (Step)
The
p command executes a single instruction or source line and optionally displays the resulting values of all registers and flags. When subroutine calls or interrupts occur, they are treated as a single step.
g (Go)
The
g command starts executing the given process or thread. Execution will halt at the end of the program, when
BreakAddress is hit, or when another event causes the debugger to stop.