What is the shortcut key for Run to cursor in Visual Studio 2008?
在Visual Studio 2008中运行到光标的快捷键是什么?
3 个解决方案
#1
57
The shortcut key is CTRL+F10.
快捷键是CTRL + F10。
#2
16
The default is CTRL+F10 but it can be overridden. The place to find what your current shortcuts are and change them is
默认值为CTRL + F10,但可以覆盖它。找到当前快捷方式的地方并改变它们的地方是
Tools
Customize...
Keyboard...
Show commands containing:
Debug.RunToCursor工具自定义...键盘...显示包含:Debug.RunToCursor的命令
or
Tools
Options
Environment
Keyboard
Show commands containing:
Debug.RunToCursor工具选项环境键盘显示包含以下内容的命令:Debug.RunToCursor
#3
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
在调试模式下点击“运行”,你会在前面看到“Run to Line”,它会有一个短按键给出的是CTRL + R
#1
57
The shortcut key is CTRL+F10.
快捷键是CTRL + F10。
#2
16
The default is CTRL+F10 but it can be overridden. The place to find what your current shortcuts are and change them is
默认值为CTRL + F10,但可以覆盖它。找到当前快捷方式的地方并改变它们的地方是
Tools
Customize...
Keyboard...
Show commands containing:
Debug.RunToCursor工具自定义...键盘...显示包含:Debug.RunToCursor的命令
or
Tools
Options
Environment
Keyboard
Show commands containing:
Debug.RunToCursor工具选项环境键盘显示包含以下内容的命令:Debug.RunToCursor
#3
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
在调试模式下点击“运行”,你会在前面看到“Run to Line”,它会有一个短按键给出的是CTRL + R