The following tables describe the hotkeys in the debugger.
Command | Shortcut |
Use this shortcut to... |
---|---|---|
Add Watch | Alt + Shift + F8 |
Set a Watch on the selected variable. |
Add/Remove Breakpoint | F9 |
Add or remove breakpoint at the current line. |
Break Request | Ctrl + Shift + F5 |
Break (pause) the executable request. |
Clear All Breakpoints | Shift + F9 |
Clear breakpoints in all documents. |
Debug | F5 |
Execute php, js, or nodejs script. |
Debug Home URL | Shift + F8 |
Use this command to execute script through input the Project Home URL. You can define it for project debugging in Project properties. |
Debug URL | F8 |
Execute script through input URL. |
Step Into | F11 |
Step into the method called at the current execution point, while the debugging session is active. |
Step Over | F10 |
Execute the program until the next line in the current method or file, skipping the methods referenced at the current execution point (if any). If the current line is the last one in the method, execution steps to the line executed right after this one. |
Stop Debug | Shift + F5 |
Terminate a debugging session. |
Break Request | Ctrl + Shift + F5 |
Pause the executable request. |