Step 1Fetch source |
Fetch the required code to be debugged from the database using Show Source in Database... menu option on the database node. |
|
|
Step 2Place breakpoints on required lines |
Place breakpoints on necessary source lines within a PL/SQL function or procedure by clicking on the left gutter in the editor.
|
|
|
Step 3Create a Test Block |
Place the cursor anywhere within the body of the function or procedure and select the RMB option Create Test Block |
|
|
Step 4Start Debugging |
Press the Debug button in the command window toolbar. This will execute the test block
which in turn will call the PL/SQL method and hit the relevant breakpoint(s).
|
|
|
Step 5Breakpoint hit |
When a relevant breakpoint is hit, the relevant editor will be shown with a green line indicating the location in the flow.
|
This page is generated from IFS Developer Studio at 2021-08-13 08:49.