2011年11月10日 星期四

Use DebugView for remote debugging

As many people know, DebugView is a very useful utility for debugging which can receive the string sent by Win32 OutputDeubgString or Kernel-mode DbgPrintf so that we can debug accordingly.

Besides debug in local machine, DebugView can debug remotely.
This article is to share the remote debugging feature.
DebugView can receive the message from remote computer.
When we have the issue which program under test makes operating system crashed or no response, we can use remote machine to debug.

Debug View Version: 4.76
Setup steps:
  • Open a command window, input "DbgView /c" to open DebugView as client mode. DebugView will popup message of waiting for connection at this moment.
  • Lanuch DebugView in another computer, and click Computer -> Connect.

  • Input the computer IP or computer name which the DebugView Client located, and then press OK to connect.

  • Both computers will display success message if the connect is established successfully.

1 則留言: