Visual Studio - Step over disables itself

泪湿孤枕 提交于 2019-12-23 19:15:52

问题


I'm having some weird quirks that are stopping me from debugging properly and I'm wondering if anyone else has experienced similar? I've tried resetting all my VS keyboard mappings to the default but that hasn't solved my issue.

Basically I debug through some lines F10, F10, F10, F10 and this works normally.

Then at some point normally after 3/4 lines F10 stops working, and the command on the toolbar disables itself. You can see this in the screenshot just above the ProductConnector.cs tab currently selected.

F11 will work at this point, but F10 does not. Changing focus to another window will fix it for about 3/4 presses of F10 again at which point it will break.

Has anyone else experienced this/have any suggestions on how to fix? It is infuriating.

EDIT

I should add I'm on VS2012 Pro SP4. I'll resort to logging a bug with Visual Studio next but imagine the turnaround on that will be quote slow.


回答1:


As none of my colleagues were experiencing this I decided to go through my extensions - seems that the issue is due to the .NET Reflector extension installed. Disabling it fixes the problem.... Off to log an issue with Reflector.

Here's my post on the Reflector forum for anyone else who has this issue: http://forums.reflector.net/questions/4748/reflector-extensions-breaks-f10-functionality.html



来源:https://stackoverflow.com/questions/21138136/visual-studio-step-over-disables-itself

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!