Terminating a Debugger Session
To terminate debugging:
- Click Stop on the Debug toolbar.
The Debug Console and any opened debug windows close and application
execution terminates.
Alternatively, if you exit the application normally, the debugger session will
automatically terminate after the application closes.
Note: There are some
limitations to this functionality. For example, stored procedures will not stop.
The scenarios in which the debugger will stop are as follows:
- If the module is executing an event loop
and there are no immediate actions to perform, the debugger will stop immediately.
- If Forms is executing something other than
PL/SQL, the debugger will stop after all tasks have been completed.
- If Forms is executing PL/SQL, the debugger
will stop when it starts a new trigger or when a certain number of statements
have been executed, whichever occurs first.
Related Topics
About Starting the Debugger
Starting the Debugger by Attaching
Starting the Debugger
by Launching