Launching the Debugger from the Builder
To launch the debugger from the Builder:
- Open the module you want to debug in the Builder.
- Choose Debug | Debug Module or
click Run Form Debug in the Forms Builder
toolbar.
- If you set breakpoints, the PL/SQL code editor will stop at any breakpoint
you have set or at any PL/SQL exception.
- If you have not set breakpoints, click Pause
in the Forms Builder toolbar to stop the debugger at the next available
PL/SQL call.
Related Topics
About Starting the Debugger
Creating a Breakpoint
Stepping Through Code
Terminating a Debugger
Session