Description

The Debugger_Replacement function is used to intercept calls to debugger tool within OpenInsight.

Remarks

In OpenInsight 7.1.1, debugger intercept functionality was introduced.

Previous versions of OpenInsight had the ability to enable/disable the Debugger tool. If the tool was enabled, the Debugger would always start when an error was encountered. If the tool was disabled the Debugger tool would not start and no error handling would occur.

The Intercept option was added in OpenInsight 7.1.1. When this option is selected, the Debugger_Replacement() function is called when an error is encountered. OpenInsight ships with this function as part of SYSPROG. This function, as is, displays a message when an error is encountered. This function is expected to be modified by the developer to provide their end-users with meaningful error handling routines.

See also

Environment settings

  • No labels