kernel debug between two hyper-v machines

I’m trying kernel debugging of a windows 10 running inside hyper-v from another windows 10 running inside hyper-v using windbg and virtual COM but I can’t make it work. I want to use this setup because I want to run my devel environment on a virtual machine.

I’ve tested kernel debugging of the virtual machine from the host using windbg and works well…

Has anyone successfully set up this environment?

Thx.

Just use network debugging. It’s more predictable.

1 Like

Thanks Tim for the quick response. I have never tried it before but it works very well and it solves the problem. Thanks :smile: