mirror of
https://github.com/php/php-src.git
synced 2024-12-27 02:39:39 +08:00
.gitignore | ||
config.m4 | ||
Makefile.frag | ||
phpdbg_help.c | ||
phpdbg_help.h | ||
phpdbg_prompt.c | ||
phpdbg_prompt.h | ||
phpdbg.c | ||
phpdbg.h | ||
phpdbg.png | ||
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