The SQL Navigator development environment includes an integrated PL/SQL Debugger. The debugger requires a separate license agreement.
SQL Navigator’s Debugger helps you debug stored programs, including
procedures
functions
packages and package bodies
triggers
With the PL/SQL Debugger, you can:
Initiate debugging from within an editing session
Set watches and breakpoints before or during debugging directly from the code editor.
Execute any PL/SQL code step-by-step or point-to-point
Trace into multiple levels of procedure calls
Examine and set variables during execution of procedures.
View the call stack and values of watched variables at any point during the debugging session.
Access all functions of SQL Navigator after a debug session is started.
Debug PL/SQL code that is run from an external client-server application using SQL Navigator’s Just-In-Time Debugging feature.
Track your application’s flow of execution, monitor variables and even change the execution logic "on the fly" by modifying values of program variables.
Debugger commands