Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将 WinDBG 用作服务器(而不是 Visual Studio 远程调试器)并使用 Visual Studio 连接到它?
不,这是不可能的。WinDbg 和 Visual Studio 使用不同的协议进行不兼容的远程调试。
我更熟悉基于 RPC + COM 的 Visual Studio 协议。我对 WinDbg 不太熟悉,但我相信它是较低的协议。通常你需要做的只是为 WinDbg 打开一个 TCP 端口。