The Child Windows
The Debugger parses different components of the stored procedure to each of the child windows. Specific aspects of the source code can be manipulated in order to test different iterations of code in the appropriate child window. The following information lists the child windows and provides a brief description of their contents and use.
- Source: used to display the stored procedure being debugged;
- Local variables: used to display those variables, whose life is limited to the execution a particular code module, and their values;
- System variables: used to display system variables and common variables and their values, found in the source code, when they exist;
- Call stack: used to display program modules, stored procedures or event handlers, that are called during the debugging process; the programming modules listed in the Call Stack can be displayed in the source window (by double-clicking on them in the Call Stack list), when the source is available.