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

image7

Ctrl+D

Starts the debugging process.

Continue

image8

F9

Continues with debugging.

Terminate Debugging

image9

F10

Terminates debugging.

Step Into

image10

F7

Steps through the code statement.

Step Over

image11

F8

Steps over the function.

Step Out

image12

Shift+F7

Steps out of the function.