我正在尝试使用 VS 2013 设置内核调试。当我转到 Drivers/Add 添加新目标机器时,它连接到远程计算机并运行大量设置,但总是有 2 个命令失败.
我在日志中查找了失败的命令,并将其粘贴到批处理文件中并在目标机器上运行。我跑得很好。但是当我尝试从 VS 重新运行添加计算机时,我得到了同样的失败。
RemoteExecute: Binary: $KitRoot$\Testing\Runtimes\TAEF\te.exe
RemoteExecution: Arguments:
"%SystemDrive%\DriverTest\Run\DriverTestTasks.dll"
/select:"@Name='DriverTestTasks::_ConfigureKernelDebugger'"
/p:"DebugTransport=NET" /p:"NetHost=192.168.1.109" /p:"NetPort=50015"
/p:"NetKey=8XD3HYLMVI0D.RKFEA2BPIXO.27JOLNYURED5.MV9OGRF4XR9V"
/p:"StartPolicy=Active" /p:"IgnoreUserModeExceptions=0"
/p:"SuppressReboot=1"
/rebootStateFile:%SystemDrive%\DriverTest\Logs\DriverTestReboot.xml
/enableWttLogging
/wttDeviceString:$LogFile:file="%SystemDrive%\DriverTest\Logs\Configure_debugger_settings_(x86)_(possible_reboot)_00007.wtl",writemode=append,encoding=unicode,nofscache=true,EnableLvl="WexStartTest|WexEndTest|WexXml|WexProperty|WexCreateContext|WexCloseContext|*"
/runas:Elevated RemoteExecute: Process creation return code: 0
RemoteExecute: Process exit code: 0 Initialize: Computer: w8x86wdk-hp
Result completed Test process exit code: -1
我已经尝试过使用 VMware VM 目标和物理 PC 目标进行此操作,并且尝试以相反的方向添加计算机,但我总是遇到相同的故障。我可以互相ping这些机器,所有机器都是Win8 x86。网络发现和共享已开启。Windows 防火墙已关闭。这些是原始操作系统安装,因此机器上除了操作系统、VS2013 和 WDK 8.1 之外什么都没有。
有关如何解决此问题的任何提示?