|
Menu item |
Description, subitems |
Debug |
Use this command to executes script in PHP, JS, or NodeJS file. | |
Step Into |
Use this command to have the debugger step into the method called at the current execution point. F11 | |
Step Over |
Use this command to execute the program until the next line in the current method or file, skipping the methods referenced at the current execution point (if any) when the current line is the last one in the method, execution steps to the line executed right after this method. | |
Stop Debug |
Use this command to terminate the current process externally by means of the standard shutdown script. | |
Add/Remove Breakpoint |
Use this command to add or remove the breakpoint at the current line. F9 | |
Clear All Breakpoints |
Use this command to clear all breakpoints. Shift + F9 | |
Debug URL |
Use this command to open dialog for executing script through input URL. | |
Debug Project Home URL |
Executing script through input the Project Home URL. You can define it for project debugging in Project properties. | |
Break Request |
Use this command to break the executable request. | |
Add Watch |
Use this command to set a Watch on the selected variable. |