问题描述
从今天开始,我注意到VS2010中的例外"对话框显示为空,因此我无法在其中进行任何选择.我不确定从哪里开始尝试解决此问题,因为我没有看到任何错误或任何错误.这以前曾奏效.以下是屏幕截图:
Starting today, I noticed that the Exceptions dialog within VS2010 appears empty, and I can therefore not make any selections within it. I am not sure where to go to begin trying to fix this, as I see no error or anything. This has previously worked. Following is a screenshot:
我尝试检查最近是否安装了任何更新(没有安装),并且没有新的更新可用.任何帮助将不胜感激.
I have tried checking if any updates were installed recently (none were), and no new updates are available. Any help would be appreciated.
推荐答案
您可以尝试通过以 /SafeMode
命令行选项.打开后,请查看是否存在异常-在正常启动Visual Studio时,在此处更改设置可能会重置视图.
You could try starting visual studio in safe mode by starting it with the /SafeMode
command line option. Once open, see if the exceptions are there - changing a setting here may reset the view back when you start Visual Studio normally.
或者,尝试通过使用 /Setup
命令行选项.
Alternatively, try resetting Visual studio back to its original settings by starting it with the /Setup
command line option.
这篇关于"Visual Studio 2010例外"对话框为空(截至今天)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!