| |||
| Home > Debugging Your System > The program counter during debug > Watchpoints | |||
The return to program execution after entry to debug state from a watchpoint is made in the same way as the procedure described in Breakpoints.
Debug entry adds four addresses to the PC, and every instruction adds one address. The difference from breakpoint is that the instruction that caused the watchpoint has executed, and the program must return to the next instruction.