Can I change the Program Counter (pc) value while in the debugger without having to restart the debugger?

Yes. In order to change the Program Counter (pc) without restarting the debugger, follow steps below in the debug perspective:

  1. Start a debug session.

    In the editor view, right-click on the source line where you want the pc to move to.

  2. A context menu appears.
  3. From context menu, select Move To Line .

The pc moves to line. The debugger moves the program counter to the location you specified. The editor view shows the new location.