PROGRAMMING OVERVIEW AND USER INTERFACE


Using the LotusScript Debugger
When you run a script in Debug mode, the script is in one of three states:
Note The debugger does not run on the Terminate event.

To use the LotusScript Debugger

1. To enable the debugger, do one of the following:


2. Perform the action that starts the script, like clicking a button or choosing an action. When you are in Debug mode and the script runs, execution pauses at the first line of the script and the debugger opens.

3. To adjust the windows, drag the horizontal bar separating the panes as desired.

4. To disable the debugger, do one of the following:


Stopping script execution

To stop script execution while the debugger is open, click Stop. All scripts that are at a breakpoint are stopped as if the end of the scripts were reached, and the debugger closes.

See Also