【发布时间】:2017-01-17 06:28:13
【问题描述】:
自从安装 VS2015 后一段时间(但不是立即),每当我在特定的大型解决方案中调试时,都会显示以下消息。点击确定后,调试似乎正常进行了。
---------------------------
Microsoft Visual Studio
---------------------------
Cannot debug some of the code in process vstest.executionengine.exe [17608]. See below for status.
IntelliTrace code failed. The system cannot find the file specified.
Managed (v4.5, v4.0) code succeeded.
Click OK to continue debugging the remaining code. To disable debugging the failed type(s) of code in the future, change the corresponding setting in the project properties dialog.
---------------------------
OK
---------------------------
据我所知,Intellitrace 代码失败了,我可以在受影响的项目中禁用调试它。我的问题是我不太确定如何确定 Intellitrace 代码是什么,或者我必须使用什么选项来禁用调试它。一种识别受影响项目的方法也不错,但如果必须,我可以遍历所有项目的属性,前提是我知道要寻找什么选项。
我没有看到任何写入输出窗口的内容可能会提供一些见解,是否还有其他一些我不知道的日志?
我花了几个小时在网上搜索,但没有找到任何见解。我的同事都没有得到这个,以前也没有见过。有人可以帮忙吗?
目前我已完全禁用 Intellitrace,这可以防止消息弹出,但如果我真的想开始使用 Intellitrace 功能,这不是一个解决方案。
【问题讨论】:
标签: debugging visual-studio-2015 intellitrace