Configure Dr. Watson Dr. Watson for Windows is a program error debugger The information obtained and logged by Dr. Watson is the information needed by technical support groups to diagnose a program error for a computer running Windows. A text file (Drwtsn32.log) is created whenever an error is detected, and can be delivered to support personnel by the method they prefer. You also have the option of creating a crash dump file, which is a binary file that a programmer can load into a debugger. If a ......
Hold down Alt + Space Bar, and then M. Use the cursor arrow key to bring
the program windows into view. Once done, hit enter.
Just wanted to introduce everyone to a great debugging tool, you can use with Visual Studio 2005. It’s called DebugView. You can find it at http://www.sysinternals.com... DebugView is an application that lets you monitor debug output on your local system, or any computer on the network that you can reach via TCP/IP. It is capable of displaying both kernel-mode and Win32 debug output, so you don’t need a debugger to catch the debug output your applications or device ......