Updated on 2023-04-03 GMT+08:00

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.