The DEBUG Package

The Built-in DEBUG package contains procedures you can use when debugging PL/SQL in your applications.

DEBUG.SUSPEND procedure

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.

DEBUG.ATTACH procedure

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.