首页 > 解决方案 > Driver on Visual Studio Extensions Menu?

问题描述

I am trying to set things up so I can build an app on my laptop, deploy it on a Surface tablet over a USB A-to-A cable, and debug it on the tablet. As a part of this, I am trying to follow these directions:

https://docs.microsoft.com/en-us/windows-hardware/drivers/gettingstarted/provision-a-target-computer-wdk-8-1

I'm stuck at the following step:

On the host computer, in Visual Studio, select the Extensions menu, point to Driver, point to Test, and select Configure Devices.

In visual studio, all I see in the Extensions menu is "Manage Extensions" and "Customize Menu". This is VS2019 professional. I tried running it both as an admin and not.

What are they referring to?

enter image description here

标签: windows-10visual-studio-2019remote-debugging

解决方案


我需要在主机上安装 Windows 开发工具包。https://docs.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk。指令的写法,我以为是目标机,错了。


推荐阅读