What is PHP Debugger?
A PHP debugging extension focused on step debugging with near-zero overhead.
- Forked from Xdebug, and fully compatible with it.
- Just debugging, with profiling, coverage, and tracing removed.
- Near-zero overhead when not connected, and much faster when active.
- Always on, no need to enable and disable it.
- Can be statically linked to your PHP binary, removing the need for a PHP extension.
Main Repository
Visit the PHP Debugger GitHub repository to get started, view documentation, and contribute to the project.