Applies To:
  • CitectSCADA 1.00, 1.01, 1.10, 1.11, 1.20, 2.00, 2.01

Summary:
The utility DrWatson (included with the Windows environment) has several options that can be set in the WIN.INI file. These options are placed under the [Dr. Watson] section of the WIN.INI file. (Note that there is a space between Dr. and Watson.) The options are: 

Solution:
DisLen= 8 Number of instructions to be disassembled in stack traces. The default is 8.
DisStack= 2 Levels on the stack to be disassembled. The default is 2.
LogFile= Name of log file or device. The default is DRWATSON.LOG
ShowInfo= Information to show. The default is all off. We recommend: ShowInfo=dis err loc mod par. The following options are supported:
dis Separate disassembly of the fault address.
err Error logging
loc Stack dump of local variables and parameter values
mod List all loaded modules, DLL and font files.
par Parameter-validataion error logging
TrapZero=0 Enable trapping of divide overflow exceptions.
 

Keywords:
 

Attachments