{•} v1.3.0
Zero-overhead debugging for PHP
A lightweight, powerful debugger that doesn't slow you down.
⭐ 1.4k+ stars⚖️ MIT License🐘 PHP 7.4+


Fast & Lightweight
Built for speed with zero performance overhead.
Powerful Features
Breakpoints, watches, step debugging, and more.
IDE Integration
Works seamlessly with your favorite IDE.
Zero Dependencies
A single Zend extension. Nothing else to install.
>_
Quick Start
Get up and running in seconds.
# php.ini
zend_extension=php_debugger
# Run your script
XDEBUG_TRIGGER=1 php your-script.php
Key Features
- ✓Interactive CLI debugger
- ✓Breakpoints & conditional breakpoints
- ✓Step over, into, and out
- ✓Inspect variables and expressions
- ✓Exception handling
- ✓Logging and error handling