2009年5月15日星期五

A wonderful tool - DebugView

A wonderful tool - DebugView

Recently I am writing a HTA (Html application) program as below:
 

The black window above is an ActiveX control, which is designed to simulate the cmd window. Then I can make GUIs easily for some console programs and scripts.  Whiling writing such a program, I find the tool DebugView very useful.  In general we get the debug information from the output window of VS. The debugged program had to be attached to VS.

Now DebugView make it unnecessary. It can grasp the output strings without attaching. Following is the debug information in my own work.