The following controls are available to perform line-by-line debugging:
- Pause/start debugging: The first control is used to toggle the active and off states of the debugger. The same, as stated earlier in the chapter, can be achieved by pressing the F2 key.
- Resume script execution: The second icon is active only when the debugger is paused on a breakpoint. We can click on the resume script execution icon to continue (advance) the execution of the code from the current breakpoint or line to the next breakpoint, which could be in the same script or another server-side code for this interactive session and call trace. Keyboard ...