Remote Debugging over Network for VM

1 points by Kate_f25 ↗ HN
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?

1 comment

[ 2.6 ms ] story [ 15.2 ms ] thread
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.