mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
The PHP Interpreter
https://www.php.net
.gitignore | ||
config.m4 | ||
Makefile.frag | ||
phpdbg.c | ||
phpdbg.h | ||
phpdbg.png | ||
phpdbg_help.c | ||
phpdbg_help.h | ||
phpdbg_prompt.c | ||
phpdbg_prompt.h | ||
README.md | ||
test.php |
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
