"bcdedit /dbgsettings NET HOSTIP:123.123.123.123 PORT:50123" 无效
"bcdedit /dbgsettings NET HOSTIP:123.123.123.123 PORT:50123" is not valid
要使用 LAN 启用内核调试(我正在使用合适的 LAN 板),根据 MSDN,我应该输入:
bcdedit /dbgsettings NET HOSTIP:123.123.123.123 PORT:50123
但是我得到一个错误:
The debugger type specified is not valid.
...
怎么会 (Win7x64) ??
根据文档"Setting Up Kernel-Mode Debugging over a Network Cable Manually":https://msdn.microsoft.com/en-us/library/windows/hardware/hh439346.aspx
the target computer must be running Windows 8 or later
要使用 LAN 启用内核调试(我正在使用合适的 LAN 板),根据 MSDN,我应该输入:
bcdedit /dbgsettings NET HOSTIP:123.123.123.123 PORT:50123
但是我得到一个错误:
The debugger type specified is not valid.
...
怎么会 (Win7x64) ??
根据文档"Setting Up Kernel-Mode Debugging over a Network Cable Manually":https://msdn.microsoft.com/en-us/library/windows/hardware/hh439346.aspx
the target computer must be running Windows 8 or later