The Built-in DEBUG package contains procedures you can use when debugging PL/SQL in your applications.
The DEBUG.SUSPEND procedure suspends execution of the current program unit or trigger and transfers control to the debugger. It is similar to setting a breakpoint.
The DEBUG.ATTACH procedure starts the debugger in a Webform already running in normal mode. It is similar to running a module in debug mode.