programming:programming_in_openinsight:debugging_stored_procedures_and

Debugging Stored Procedures and Event Handlers

The OpenInsight Debugger can help you to isolate the location of errors by stepping through a stored procedure a line at a time, halting execution at specified points in the code, displaying information about what is happening in the system, and displaying information about programming errors.

In the Debugger you can:

  • view and modify local variables at each line of program execution;
  • view and modify global and system variables;
  • set and remove break points;
  • step through a BASIC+ stored procedure line by line;
  • view the call stack;
  • if it exists, view the source code of programs in the call stack;
  • resume program execution after breaks; and
  • cancel program execution.

The following sections provide information on starting and exiting the Debugger, describe the interface, explain how to access source code for debugging, and explain the use of various aspects of the debugger functionality.

  • programming/programming_in_openinsight/debugging_stored_procedures_and.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1