What is the shortcut key for Run to cursor

Visual StudioVisual Studio-2008Shortcut

Visual Studio Problem Overview


What is the shortcut key for Run to cursor in Visual Studio 2008?

Visual Studio Solutions


Solution 1 - Visual Studio

The shortcut key is CTRL+F10.

Solution 2 - Visual Studio

The default is CTRL+F10 but it can be overridden. The place to find what your current shortcuts are and change them is
> Tools
Customize...
Keyboard...
Show commands containing:
Debug.RunToCursor

or

>Tools
Options
Environment
Keyboard
Show commands containing:
Debug.RunToCursor

Solution 3 - Visual Studio

While on debug mode click on 'Run' you will see 'Run to Line' there in-front of it there will be a short key give which is CTRL + R

Solution 4 - Visual Studio

You can first hit

Ctrl + Shift + P

Then type "> Run to Cursor"

if you click on "gear" icon on the right, you can double click and set the shortcut at your convenience.

Also you can c/p: @command:editor.debug.action.runToCursor

enter image description here

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionautomaticView Question on Stackoverflow
Solution 1 - Visual StudioEspoView Answer on Stackoverflow
Solution 2 - Visual StudioLarry SmithmierView Answer on Stackoverflow
Solution 3 - Visual StudioRamiz UddinView Answer on Stackoverflow
Solution 4 - Visual StudioTeoman shipahiView Answer on Stackoverflow