When locally debugging PL/SQL programs, the call to initiate debugging is made directly from within JDeveloper. JDeveloper automatically launches the program you want to debug, also referred to as the debuggee process, and then attaches the debugger to that program.
See About Debugging PL/SQL Programs and Java Stored Procedures for information about how to use the debugger with PL/SQL programs and Java stored procedures in the Oracle database. Also, make sure that you've completed the documented prerequisites.
To locally debug a PL/SQL program in JDeveloper:
Note: The breakpoint must be set on an executable line of code. If the debugger does not stop, the breakpoint may have not been set on an executable line of code (check that the breakpoint was verified). Also, verify that the debugging PL/SQL prerequisites were met. In particular, make sure that the PL/SQL program is compiled in INTERPRETED mode.
Related topics
About Debugging Remote PL/SQL Programs
Modifying Data Elements
Copyright © 1997, 2004, Oracle. All rights reserved.