且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Visual Studio 2015 诊断工具不支持当前调试配置

更新时间:2021-08-25 23:03:40

所以我解决了我的问题.诊断工具窗口目前不支持:

So I resolved my issue. The Diagnostic Tools window currently does not support:

  • 使用 JavaScript 的 Windows 应用商店项目
  • 在 Windows Phone 上运行的 Windows 应用商店项目
  • 使用托管或本机兼容模式进行调试

就我而言,我启用了使用托管兼容模式".要更改此设置,请转到以下内容并取消选中使用托管兼容模式"或使用托管本机模式".

In my case I had 'Use Managed Compatibility Mode' enabled. To change this go to the following and uncheck the 'Use Managed Compatibility Mode' or 'Use Managed Native Mode'.

Tools –> Options –> Debugging -> General -> (Un-check) 'Use Managed Compatibility模式'

Tools –> Options –> Debugging -> General -> (Un-check) 'Use Managed Compatibility Mode'