I'm running Linux, and I have two Windows 7 machine setup in VirtualBox.
Now I'm trying to use the first machine to debug the second one.
So I configured the same host pipe for the two machines,
In the debugger machine, I launches windbg that waiting for inputs on COM1
:
And on the debugee machine, I enabled debug mode and reboot,
C:\Users\XX>bcdedit /dbgsettings
debugtype Serial
debugport 1
baudrate 115200
But they don't seem to know each other, just blindly waiting.
Anything wrong? Or was it just impossible to achieve.