WinDbg loses connection debugging over network, and target machine freeze

后端 未结 5 1513
你的背包
你的背包 2021-02-05 15:10

I\'m trying to get WinDbg debugging over the network to work, but it always loses connections after I break into the debugger (Debug->Break), and then try to start it again (Deb

5条回答
  •  无人及你
    2021-02-05 15:24

    The problem is with the host. If you don't want to change your host and continue debugging on it, you might want to try using a serial port. It gives better performance. Take a look at the following link for setting up debugging of a virtual machine over com port:

    https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/attaching-to-a-virtual-machine--kernel-mode-?redirectedfrom=MSDN

提交回复
热议问题