Debugging Tools for Windows

Debug | Run to Cursor

Click Run to Cursor on the Debug menu to resume running on the target. If you insert the cursor on an instruction in the Disassembly window or a Source window and then execute this action, WinDbg executes all instructions from the current instruction up to the instruction you have selected.

This command is equivalent to pressing F7 or CTRL+F10 or clicking the Run to cursor (Ctrl+F10 or F7) button () on the toolbar.

Additional Information

For more information about the effects of this action, other methods of issuing this command, and other ways to control program execution, see Controlling the Target.

Build machine: CAPEBUILD