Go to file
2013-11-10 15:49:25 -02:00
.gitignore - Added initial code for a simple prompt 2013-11-09 23:30:32 -02:00
config.m4 bit more work on menu 2013-11-10 10:44:42 +00:00
Makefile.frag import 2013-11-09 22:35:03 +00:00
phpdbg_help.c - WS changes 2013-11-10 14:16:52 -02:00
phpdbg_help.h - WS change 2013-11-10 14:12:43 -02:00
phpdbg_prompt.c - Initial code for breakpoint on function 2013-11-10 15:49:25 -02:00
phpdbg_prompt.h - Initial code for breakpoint on function 2013-11-10 15:49:25 -02:00
phpdbg.c - Added llist dtor 2013-11-10 13:47:28 -02:00
phpdbg.h - Initial code for breakpoint on function 2013-11-10 15:49:25 -02:00
phpdbg.png ... 2013-11-10 16:05:15 +00:00
README.md ... 2013-11-10 16:06:57 +00:00
test.php - Initial code for breakpoint on function 2013-11-10 15:49:25 -02:00

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

screenshot