To run the program until the address at the cursor is reached

  1. Position the caret (cursor) on the instruction to stop at.

  2. On the Debug menu, click Run to Cursor.

Tip

  • You can also press the shortcut key, Ctrl+F10.

Note

  • If a breakpoint is reached before the address at the cursor, Spectaculator will break into the debugger there. You will need to re-position the cursor on the instruction and press Ctrl+F10 again.