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とVisualStudioは、互換性のないリモートデバッグに異なるプロトコルを使用します。
私は、RPC+COMベースのVisualStudioのプロトコルに精通しています。私はWinDbgにあまり詳しくありませんが、それはより低いプロトコルだと思います。通常、必要なのはWinDbgのTCPポートを開くことだけです。