当前位置: 代码迷 >> 综合 >> Visual Studio cannot debug managed applications because a kernel debugger is enabled on the system
  详细解决方案

Visual Studio cannot debug managed applications because a kernel debugger is enabled on the system

热度:87   发布时间:2024-01-10 05:38:48.0

       下载一个C#代码例子,用Visual Studio 2012 编译时,出现上述错误。

       解决办法记录如下:

  1. 【开始】【运行】中输入msconfig。
  2. 选择【启动】,并进入【高级选项】。
  3. 将全局调试窗口里的调试端口撤销选择即可。

  相关解决方案