|
Previous Top Next |
This property is set either by passing DEBUG as a runtime parameter to the program, which is then picked up by the Construct method, or it can be set by the programmer to True or False. It is used in the ODSD method to determine if the method calls ODS which in turns uses OutputDebugString to print to a debugging viewer.
For the most popular debug viewer visit http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx and download DebugView. It can be set up to run over your network so you can run it on computer A while sending information from an application running on computer B.
See also: