WinDbg

Remote debugging

Important commands

  • .server - create a debugging server
  • .clients - list debugging clients connected to the server
  • .endsrv - end a debugging server
  • .servers - list debugging server connections
  • .remote - start a remote.exe server
  • .noshell - prevent shell commands

This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow