mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
550 B
550 B
phpdbg - The interactive PHP debugger
phpdbg is an interactive debugger for PHP.
Implemented as a SAPI module, phpdbg can excerpt complete control over the environment without impacting the functionality or performance of your code.
Features
- step through debugging
- setting break points
- showing debug backtraces
- access to eval during execution
- sapi agnositicism, easy integration
Screeny