C ++ - Windows Iot核心远程调试器 - 调试器无法启动

时间:2016-11-29 19:39:58

标签: c++ windows debugging core iot

我刚买了一个Raspberry Pi 3,我正在尝试设置并远程调试我的Pi上的应用程序。

我一直在做一些研究,微软已经documented调试身份验证类型" Universal"用于iot设备。 (当我使用" Universal"我在尝试调试时出现错误)

错误:

Error DEP6953 : Failed to launch remote debugger with the following error: 'DEP6953 : Failed to launch remote debugger with the following error: 'Command failed: 0x800705b4'.'.    BackgroundApplication2  

但如果我将身份验证更改为"无身份验证"该应用程序成功部署到我的Raspberry Pi但我无法实际调试它(在断点处停止等)

这是我得到的错误: enter image description here

我的设置目前: enter image description here

那么有没有办法在我的PI上执行Visual Studio上的代码?我需要下载一些额外的东西吗?

1 个答案:

答案 0 :(得分:4)

Visual Studio似乎不满意用户启动msvscon.exe,无论是否为DefaultAccount。

要解决您的问题,您可以尝试以下两种方法:

  1. 重新启动远程设备。
  2. Device Portal中的所有msvsmon.exe进程杀死,如下所示:
  3. enter image description here

    或在PowerShell中执行此命令:

    kill.exe msvsmon