1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 12:42:29 +02:00
2013-11-10 16:15:00 -02:00
2013-11-09 22:35:03 +00:00
2013-11-10 14:16:52 -02:00
2013-11-10 16:15:00 -02:00
2013-11-10 15:51:20 -02:00
...
2013-11-10 16:05:15 +00:00
2013-11-10 17:51:48 +00:00
2013-11-10 15:51:20 -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

Installation

To install phpdbg, you must compile the source against your PHP installation sources, and enable the SAPI with the configure command.

cd /usr/src/php-src/sapi
git clone https://github.com/krakjoe/phpdbg
cd ../
./buildconf --force
./config.nice
make -j8
make install-phpdbg

Screeny

screenshot
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:25:23.756Z
Readme 882 MiB
Languages
C 66%
PHP 31.3%
C++ 0.8%
Shell 0.5%
M4 0.4%
Other 0.8%