2.3 Setting up Windows Target for Debug 2.3.2 Configure Debug
Windows Kernel Debugging  /  2 Windows Kernel Debugging Over a Network  /  2.3 Setting up Windows Target for Debug  / 

2.3.1 Configure Communications

In an elevated command prompt on the target system, issue the following command to tell the Windows on-target debug agent how to connect to the debugger outside of Simics:

> BCDEDIT /DBGSETTINGS NET HOSTIP:<DebugHostIP> BUSPARAMS:<B.D.F>Line break
PORT:<Port> KEY:1.2.3.4
  

where:

In the setup used for the example:

> BCDEDIT /DBGSETTINGS NET HOSTIP:10.10.0.1 BUSPARAMS:0.25.0 PORT:50010Line break
KEY:1.2.3.4
  

2.3 Setting up Windows Target for Debug 2.3.2 Configure Debug