Debug
The Debug menu contains debug operations in the PL/SQL Viewer and SQL Terminal tab. Press Alt+D to open the Debug menu.
| Function | Button | Shortcut Key | Description |
|---|---|---|---|
| Debug DB Object |
| Ctrl+D | Starts the debugging process. |
| Continue |
| F9 | Continues with debugging. |
| Terminate Debugging |
| F10 | Terminates debugging. |
| Step Into |
| F7 | Steps through the code statement. |
| Step Over |
| F8 | Steps over the function. |
| Step Out |
| Shift+F7 | Steps out of the function. |






Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.