forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
8.1 KiB
8.1 KiB
Debug
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. |
Parent topic: Data Studio Menus