【发布时间】:2017-02-14 14:27:42
【问题描述】:
编译或运行我的 C++ 项目时,一切正常。
但是当使用调试器启动我的项目时,Visual Studio 2015 崩溃了。
我试过this,发现两个错误:
<entry>
<record>484</record>
<time>2017/02/14 14:09:32.187</time>
<type>Error</type>
<source>Color Theme Service</source>
<description>The color 'Popup' in category 'de7b1121-99a4-4708-aedf-15f40c9b332f' does not exist.</description>
</entry>
和
<entry>
<record>558</record>
<time>2017/02/14 14:10:08.617</time>
<type>Error</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{8C0C630B-37F1-11E3-8259-6C3BE516EAD0}</guid>
<hr>800a006f</hr>
</entry>
我不知道该怎么做才能使 VS 的调试器工作。
编辑:如果有帮助,我会使用深色主题...
【问题讨论】:
-
定义“它崩溃”。
-
我看到“Microsoft Windows Visual Studio 2015 已停止工作”,几秒钟后,VS 自行关闭。
-
系统的事件日志中是否不包含可用于联系 Microsoft 寻求帮助的代码?
-
我不知道它是否有用,但在管理事件中,我有三个与我的问题相关的事件,两个名为“应用程序错误”,第三个名为“.NET 运行时” ”,他们都说“失败的应用程序的名称:devenv.exe”,前两个的代码是 1000,.NET 运行时的代码是 1026
-
我假设您已经尝试过重新安装 Visual Studio。
标签: c++ visual-studio debugging visual-studio-2015 crash