Dr watson wiki windows
•
Archive: Iguana 5 Documentation ( Switch to Iguana 6 )
Using Dr. Watson
Dr. Watson is the built-in debugger that is included with Windows XP, Windows 2000 and Windows Server 2003. This debugger is named drwtsn32.exe.To configure Dr. Watson on your system:
- On your Windows system, click Start.
- From the menu that appears, select Run.
- In the Run window, type drwtsn32.
- Click OK.
The Dr. Watson fönster appears:
The following table describes the fields and check boxes that you can modify in this window:
| Field or Check Box | Description |
|---|---|
| Log en samling dokument eller en elektronisk lagring av data Path | The path of the log file created when a schema crashes. This log file, and the map file generated while building the program, can be used to find the cause of the problem.The user that is running the program must have write access to this folder, or a File Open dialog box will open when when the program crashes. |
| Crash Dump | The location of the dump en samling dokument eller en elektronisk lagring av data created when a program crashes. You can us • How to Install Symbols for Dr. Watson Error DebuggingSymbols must also be installed for any Service Packs and hotfixes. Follow the appropriate step below for the Service Pack currently installed on the system. Service Pack on CD-ROMUse Explorer or a command prompt to copy the Symbols directory and its contents from the CD-ROM \Support\Debug\<platform> directory, where <platform> is one of the following: I386, Alpha, MIPS, PPC, to the %SystemRoot% directory. For example, to copy the symbols for the Intel platform, type the following command: Xcopy E:\Support\Debug\I386\Symbols\*.* C:\Winnt\Symbols /S Service Pack from InternetIf you downloaded the Service Pack from the FTP or WWW site, you will also need to download the symbol files and follow the appropriate step below for the Service Pack currently installed on your system: Sym_400i.exe -d C:\Winnt\Symbols SP3: Type the following at a c • Description of the Dr. Watson for Windows (Drwtsn32.exe) ToolMORE INFORMATIONDr. Watson for Windows is a program error debugger that gathers information about your computer when an error (or user-mode fault) occurs with a program. Technical support groups can use the information that Dr. Watson obtains and logs to diagnose a program error. When an error is detected, Dr. Watson creates a text file (Drwtsn32.log) that 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. |