Visual Studio 2013 调试键盘快捷键不起作用

Visual Studio 2013 Debug keyboard shortcuts are not working

我刚买了一台装有 Windows 8 的新电脑,并在上面安装了 Visual Studio 2013,现在我遇到了调试器快捷方式的问题 - 我 运行 应用程序处于调试模式,并且它在第一个断点处中断但是当我尝试逐行进一步时,F10 无法从键盘工作 - 只有 VS 调试菜单。我有什么遗漏吗?

P.S。问题是功能键。需要开启才能使用F键

请按照这里的说明操作,虽然说的是visual studio2010,应该可以帮助你分析问题。它可以通过那里描述的步骤解决,如果没有,请告诉我...

Why does F10 (step over) in Visual Studio 2010 not work?

更新 添加来自源的答案以防 link 将被删除:

In the Options.Keyboard page, please select "Debug.StepOver" from the command listbox, and then put focus to the "Press shortcut keys" textbox and press F10, click Assign button to re-assign shortcut, does it work?

You can also try to run Visual Studio under safe mode, which will prevents all third-party VSPackages from loading when Visual Studio starts; if the issue disappear under safe mode, you may consider checking your installed add-ons or VSPackages.

Second, to log all activity of Visual Studio to a log file for further troubleshooting, please use the /Log switch, and post the log file content here, so we can do more investigation on it.

If this feature works well before, and suddenly behave abnormally, it usually indicate that some files or configurations of Visual Studio installation is corrupted or missed, you can:

Restores Visual Studio default settings by using "Devenv.exe /ResetSettings" command. Please backup your settings before restore to default settings.

Repair/reinstall Visual Studio;

To repair Visual Studio In the Add or Remove Programs dialog box, select Visual Studio then click Change/Remove.

我解决了我的问题并想 post 一个答案,以防有人在寻找它。启用功能键不需要任何复杂的解决方案,可以通过更改设置来启用:

控制面板 -> 硬件和声音(类别) -> Windows移动中心 -> 调整常用移动设置

在“功能键行为”下查看并将下拉值更改为 "Function Key" 以启用 Fn 键。

要禁用它,select "Multimedia Key"

参见:http://elena-sqldba.blogspot.com/2015/05/how-to-enable-function-key-on-windows.html

我遇到了同样的问题。我的解决方案有点不同,可以应用于任何密钥。我的 F10 键不起作用。拔下键盘并重新插入后问题没有解决,我把键盘像冰块托盘一样扭动,F10 键又开始工作了。

同时检查第 3 方软件。在我的例子中,我打开并最小化了 Camtasia Recorder,这显然拦截了 F10 输入(感谢 TechSmith)

在联想笔记本电脑上,有一个快捷方式可以自动禁用 Fn 键 运行 默认的 Windows 快捷方式。
同时按下 Fn 键和 Esc 键以切换“热键”默认值.

希望这适用于其他笔记本电脑品牌,因为这是较新的 Lenovo 笔记本电脑的简单快捷方式。