54

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

shA.t
  • 15,232
  • 5
  • 47
  • 95
automatic
  • 2,647
  • 2
  • 33
  • 29

3 Answers3

62

The shortcut key is CTRL+F10.

Jasper
  • 2,116
  • 3
  • 30
  • 48
Espo
  • 39,502
  • 20
  • 127
  • 156
17

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

Jasper
  • 2,116
  • 3
  • 30
  • 48
Larry Smithmier
  • 2,591
  • 2
  • 22
  • 30
2

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

Ramiz Uddin
  • 4,259
  • 4
  • 35
  • 71