尝试配置 Visual Studio 远程调试器时出现红框

Red box when trying to configure Visual Studio remote debugger

在 Visual Studio20151 尝试配置一台机器进行调试时,Provision device and choose debugger 周围有一个奇怪的红框设置 选项:

我没有在屏幕截图中放置那个红色框;它确实存在于 Visual Studio 2015 用户界面中。

我的问题是:

背景

在 Visual Studio 中设置内核模式调试在 MSDN 上有很好的记录:

Setting Up Kernel-Mode Debugging of a Virtual Machine in Visual Studio

只有两个问题:

Configuring the Host Computer

The host computer can be the same physical computer that is running the virtual machine, or it can be a separate computer.
1. On the host computer, in Visual Studio, on the Driver menu, choose Test > Configure Computer.

第一个问题是Driver > Test里面没有Configure Computer选项] 菜单:

文档刚刚过时

问题 2。我们假设文档已过时,它们实际上意味着 Driver > Test > 配置设备,崩溃:

这是 Visual Studio 2015 更新 1 中的一个众所周知的回归:

Microsoft Connect: Fails to load Configure Devices (Closed)

1/12/2016 Gabriel [MSFT]

I apologize for the delay in communication. In short, this bug has been fixed recently and changes should be reflected in a future update to Visual Studio 2015.

该问题已于 1 月关闭。四个月后Visual Studio 2015 Update 2 发布了,还是坏了:

2/11/2016
VS2015 Update 2 CTP still breaks with WDK10 10.0.10586.0.

3/25/2016
Still broken.

4/9/2016
VS2015 Update 2 with latest WDK still broken.....

通过其他方式获取配置UI

虽然一组 VS 人员通过记录的方式破坏了对 设备配置 UI 的访问;仍然存在访问 设备配置 UI 的未记录方式。 :

我能够到达的地方:它会导致我在顶部显示的屏幕截图 - 一个不允许我配置设备的对话框,并且有一个红色框试图告诉我一些事情:

这个红框想告诉我什么?
如何配置设备进行远程调试?
我如何在 Visual Studio 2015 Update 2 中调试设备驱动程序?1

1 社区版

我遇到了同样的问题:"red box" 并花了几个小时在线搜索答案。然后意识到 "red box" 来自另一个 Dialog 元素,正如您在官方文档中看到的那样。

所以解决方案是调整 "Device Configuration" 对话框的大小 window。