Repositioning the Program Counter

Once you've suspended a program debug session, the Disassembly view provides commands for move or reposition the program counter (PC). These command include:

WARNING Use of the Move to Line and Resume at Line can leave a program in an unstable state. Use at your own risk.

Run to Line (C/C++)

Use the Run to Line command () to execute the program from the currently executed line to the selected line.

Move to Line (C/C++)

Use the Move to Line (C/C++) command () to move the program counter to the selected line, skipping all intermediate lines but not resume execution. This enables you to skip suspect code and continue stepping through your program.

Resume at Line (C/C++)

Use the Resume at Line (C/C++) command () to begin program execution at the selected line, skipping all lines between it and the currently executed line.

Other references