且构网

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

vs2017:win10iot上的远程调试驱动程序失败。

更新时间:2022-12-01 12:45:42

Hello cheng.jiangtao,

Hello cheng.jiangtao,

目前,Dragonboard 410c似乎不支持远程驱动程序调试。但它支持MinnowBoardMax,它可以使用网络进行调试,而Raspberry Pi则使用串口进行内核调试。您可以尝试将Connection
Type更改为serial。请参阅此
文件

At the moment, it seems that remote driver debugging is not supported for Dragonboard 410c. But it supports on MinnowBoardMax which can use the network for debugging and Raspberry Pi uses serial for kernel debugging. You may try to change the Connection Type as serial . Please see this document.

您是否看到以下文件? 它展示了如何使用功能强大的Windows调试器WinDbg来重新启动Windows 10 IoT核心版设备。

Did you see following document?  It shows how to rebug your Windows 10 IoT Core device using the powerful Windows debugger, WinDbg.

https://docs.microsoft.com/en-us/windows/iot-core/manage-your-device/windowsdebugger#dragonboard-db

***的问候,

Michael