Debug PHP scripts
The following debugging features are available.
Run executes the currently open PHP script and enables the debugger. | |
Stop terminates the current debugging session. | |
Step Over executes the script one line at a time, stepping over functions and includes while executing them as a single unit. | |
Step Into executes the script one line at a time, tracing into functions and includes following the execution of each line. | |
Step Out traces out of the currently executing function. | |
Toggle Breakpoint toggles a line breakpoint at the current cursor position. | |
Debugger Settings opens the Debugger Settings window. |
Note
- Debugging features can be quickly accessed via Run and Debug toolbar.