Debugging a Windows VM in Proxmox Windows 8+

Open command prompt as Administrator

“bcdedit /dbgsettings NET HOSTIP:192.168.x.x PORT:55555 nodhcp”

Note the Key

Apply these firewall rules to Proxmox for the VM

(OUT) Src and (IN)Dst UDP on port 55555 on firewall

Start WinDbg on your client machine and select “Attach to kernel”, target the assigned IP, port and key.

Sample response:

Once connected, hit break | |

Run “.sympath srvC:\MyServerSymbolshttps://msdl.microsoft.com/download/symbols”

Then “.reload”

https://learn.microsoft.com/en-us/windows-hardware/drivers/debuggercmds/-kill–kill-process-

To load into the context of the process use

Leave a comment

Your email address will not be published. Required fields are marked *