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 远程调试用户模式应用程序。我使用 Windbg 作为服务器运行
Windbg -server npipe:pipe=PipeName,IcfEnable
并尝试使用作为客户端运行的windbg连接到服务器,使用Windbg->连接到远程会话。但它无法连接到服务器,显示错误“访问被拒绝”。
不知道我做错了什么。
调试服务器是Win 8,客户端是Windows 2k8。
2)如果会话中的两个调试器没有运行相同的调试器版本,也会发生这种情况。
3)尝试禁用客户端计算机中的防火墙并尝试再次连接。