Share via


How to: Run to the Cursor Location 

You can command the debugger to run your application until it reaches the location where the cursor is set. This location may be in a source window or the Disassembly window. (The cursor means the insertion point that you set by clicking the window with the mouse.)

NoteNote

The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change your settings, choose Import and Export Settings on the Tools menu. For more information, see Visual Studio Settings.

To run to the cursor in a source window

  • Right-click on a line in the source window and choose Run To Cursor from the shortcut menu.

    Execution breaks at the statement containing the cursor.

To run to the cursor in the Disassembly window

  1. If the Disassembly window is not visible, choose Windows from the Debug menu and select Disassembly (you must be in break mode to view the Disassembly window).

  2. Right-click on a line in the Disassembly window and choose Run To Cursor from the shortcut menu.

See Also

Tasks

How to: Run to a Specified Location
How to: Use the Disassembly Window

Concepts

Execution Control