Hi,
My objective is to use one windows guest as a windows 10 kernel debugger (windbg is what i am using), and another one as debuggee (also Windows 10), I can't manage to make this work under (latest, just installed) proxmox.
The standard setup is to have COM port of debugger redirected to a pipe/file/socket, and connect to it with debuggee. I tried to setup a "network debug" but it has failed (network is OK, but maybe this is too "hardware" for it to work in a virtualized network.
I could create serial port / serial0 hardware for both VMs, but then I can't "bind" them together to access one guest from the other guest. I'd like to bind them with socket for exemple, or a file, whatever works.
I found many articles about connecting to ONE linux guest with console/terminal, but no success with this whatsoever.
Can anyone help ?
Thank you
My objective is to use one windows guest as a windows 10 kernel debugger (windbg is what i am using), and another one as debuggee (also Windows 10), I can't manage to make this work under (latest, just installed) proxmox.
The standard setup is to have COM port of debugger redirected to a pipe/file/socket, and connect to it with debuggee. I tried to setup a "network debug" but it has failed (network is OK, but maybe this is too "hardware" for it to work in a virtualized network.
I could create serial port / serial0 hardware for both VMs, but then I can't "bind" them together to access one guest from the other guest. I'd like to bind them with socket for exemple, or a file, whatever works.
I found many articles about connecting to ONE linux guest with console/terminal, but no success with this whatsoever.
Can anyone help ?
Thank you