Remote Debugging over Network for VM

1 points by Kate_f25 14 hours ago

Can I set up kernel-mode debugging for a VM over the network if my host and target machines are in different locations and there's no direct COM port connection?

Leo_26 11 hours ago

If you need to create a virtual COM tunnel between your VM and debugger, I recommend checking out https://www.serial-over-ethernet.com/ I’ve been using it myself and it works reliably. It makes the connection seamless without needing physical cables which is really convenient when your machines are in different locations.