Debugging a Program Unit BACK | 1 2 3 4 5 6 | NEXT | MAIN
In this topic you learned the steps involved with debugging PL/SQL program units in the Interpreter:
  • Set breakpoints in the program unit source to suspend execution.
  • Test the program unit in runtime simulation.
  • Step through the code to pinpoint runtime errors.
  • Browse the call stack in the Object Navigator to view and edit local variables.

The final topic, Organizing PL/SQL, describes how to distribute your PL/SQL objects between the client and server.