1

Windbgを使用してユーザーモードアプリケーションをリモートでデバッグしようとしています。Windbgをサーバーとして実行しました

Windbg -server npipe:pipe=PipeName,IcfEnable

Windbg->リモートセッションへの接続を使用してクライアントとして実行されているwindbgを使用してサーバーに接続しようとしています。しかし、サーバーに接続できず、「アクセスが拒否されました」というエラーが表示されました。

私が間違っていることがわからない。

デバッグサーバーはWin8で、クライアントはWindows2k8です。

4

1 に答える 1

4
  1. Make sure you are following the steps given here.

2)This can also happen if both the debuggers in the session aren’t running the same debugger version.

3)Try disabling the firewall in the client machine and try to connect again.

于 2012-09-21T11:58:12.670 に答える