forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Reviewed-by: Jiang, Beibei <beibei.jiang@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
7.7 KiB
7.7 KiB
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. |
Parent topic: Data Studio Menus