-
`
- How to debug a PHP script
- Special Feature
- How to use PhpED’s PHP Debugger
- Step through lines of php code
- Inspect Call-Stack
- Inspect any variable or class in PHP
- Assign a different value to PHP variables in the script
- Set/toggle break points to interrupt php script execution
- Call PHP function on the fly and inspect the results
- Remote Debugging with SSH Tunnel
- Remote and Local debugging of PHP CLI scripts
Set/toggle break points to interrupt php script execution
PhpED allows you to easily set and toggle breakpoints anywhere in your PHP code. The lines of code highlighted in blue represent breakpoints. The line in red shows the PHP script current state. You can set/toggle breakpoints from a toolbar, by typing the “F5” key, or by clicking on the red dot to the left of the line of code.