The following shortcut key combinations can be used while debugging PL/SQL Unitss and SQL scripts.
| Icon | Command Name | Shortcut Keys | Action | Where it is used |
|---|---|---|---|---|
| Breakpoints | Ctrl+D, B | Open the Breakpoints pane. | Global | |
| Call Stack | Ctrl+D, C | Open the Call Stack pane. | Global (when a debug session is started) | |
| Watches | Ctrl+D, W | Open the Watches pane. | Global (when a debug session is started) | |
| Delete All Breakpoints | Ctrl+Shift+F9 | Delete all breakpoints. | Global (when a debug session is started) | |
| Toggle Breakpoint | F9 | Toggle a breakpoint. | SQL Documenter or PL/SQL units | |
| Compile | Ctrl+F7 | Compile PL/SQL units or view. | PL/SQL units or view | |
| Compile for Debugging | Ctrl+Alt+F7 | Compile PL/SQL units for debugging. | PL/SQL units | |
| Start/Continue | Ctrl+F5 | Start/continue debugging. | SQL document or PL/SQL units | |
| Stop | Shift+F5 | Stop debugging. | Global (when a debug session is started) | |
| Restart | Ctrl+Shift+F5 | Restart debugging. | Global (when a debug session is started) | |
| Step Into | F11 | Step into. | SQL document, or stored procedure, or function or Global when a debug session is started | |
| Step Over | F10 | Step over. | SQL document, or stored procedure, or function or Global when a debug session is started | |
| Run To Cursor | Ctrl+F10 | Run to cursor. | SQL document, or stored procedure, or function | |
| Step Out | Shift+F11 | Step out | Global (when a debug session is started) |
These shortcuts are default shortcuts. All shortcuts can be customized.