The Debug menu contains debugging operations in the PL/SQL Viewer and SQL Terminal tabs. Press Alt+D to open the Debug menu.
Function |
Button |
Shortcut Key |
Description |
---|---|---|---|
Debugging |
Ctrl+D |
Starts the debugging process. |
|
Proceeding |
F9 |
Continues the debugging. |
|
Terminating |
F10 |
Terminates the debugging. |
|
Step Into |
F7 |
Steps into the debugging process. |
|
Step Over |
F8 |
Steps over the debugging process. |
|
Step Out |
Shift+F7 |
Steps out of the debugging process. |