Search code examples
debuggingwindbgremote-debugging

Windbg isn't connected to target pc


I don't know where i make a mistake. I try to connect mi host pc (Windows 7) to target pc (virtual machine with Windows 7) in order to start with remote kernel debugging.

Vmware (virtual machine) serial port settings:

enter image description here

Windgb kernel debugging:

enter image description here

Boot virtual machine settings:

enter image description here

If I turn on or turn off virtual machine, nothing happens..

enter image description here

Does anyone know what I'm doing wrong? By the way, is it possible to view content of variables in a driver using LiveKd?


Solution

  • I changed debug port to 2 and host machine can connect to target machine, but windbg get error message "Assertion failed: Missing StreamContext Support ..." and VM hangs at the "Starting Windows" and nothing more happens..

    enter image description here