由于在安装 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 功能,这不是一个解决方案。