Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Visual Studio 2008中运行到光标的快捷键是什么?
快捷键是CTRL+ F10。
默认值为CTRL+F10但它可以被覆盖。查找当前快捷方式并更改它们的地方是
工具 自定义... 键盘... 显示包含以下 内容的命令:Debug.RunToCursor
或者
工具选项环境键盘 显示命令包含 :Debug.RunToCursor _ _ _
在调试模式下,单击“运行”,您将看到“运行到行”,在它前面会有一个短键,它是CTRL+R
你可以先打
Ctrl + Shift + P
然后输入“ > Run to Cursor”
> Run to Cursor
如果您单击右侧的“齿轮”图标,您可以双击并在方便时设置快捷方式。
你也可以c/p:@command:editor.debug.action.runToCursor
@command:editor.debug.action.runToCursor