php-src/sapi/phpdbg
2016-11-20 19:09:05 +01:00
..
tests Properly escape all filenames when exporting breakpoints 2016-11-13 13:22:06 +01:00
travis Merge sapi/phpdbg into PHP-5.6 2014-06-15 15:47:14 +02:00
.gdbinit
.gitignore Merge sapi/phpdbg into PHP-5.6 2014-06-09 10:06:29 +02:00
.phpdbginit
.travis.yml go back with phpdbg to the state of 5.6.3, reverting the controversial commits(remote debugging/xml protocol) 2014-11-26 18:38:36 +01:00
Changelog.md
config.m4 phpdbg config.m4: make it detectable by old shells 2016-01-29 17:01:04 +01:00
config.w32 standard tsrm usage for seven 2015-12-06 14:06:07 +01:00
create-test.php Happy new year (Update copyright to 2016) 2016-01-01 20:03:16 +02:00
CREDITS
Makefile.frag Use relative paths in phpdbg_lexer.c 2015-07-24 17:33:45 +02:00
phpdbg_bp.c Fix passing of wrong values in bp export 2016-11-13 18:30:23 +01:00
phpdbg_bp.h Fix accidental PHPDBG_ABI break 2016-10-12 22:16:11 +02:00
phpdbg_break.c Fix bug #71575 removing extra semicolons outside macros 2016-03-03 16:41:03 +01:00
phpdbg_break.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
phpdbg_btree.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
phpdbg_btree.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
phpdbg_cmd.c Fix bug #71575 removing extra semicolons outside macros 2016-03-03 16:41:03 +01:00
phpdbg_cmd.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
phpdbg_eol.c Fix bug #71575 removing extra semicolons outside macros 2016-03-03 16:41:03 +01:00
phpdbg_eol.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
phpdbg_frame.c Fix bug #71575 removing extra semicolons outside macros 2016-03-03 16:41:03 +01:00
phpdbg_frame.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
phpdbg_help.c make it possible to show specific help pages without interactive session 2016-11-20 05:24:14 +00:00
phpdbg_help.h make it possible to show specific help pages without interactive session 2016-11-20 05:24:14 +00:00
phpdbg_info.c Fix bug #71575 removing extra semicolons outside macros 2016-03-03 16:41:03 +01:00
phpdbg_info.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
phpdbg_io.c Revert "Remove a few unused write warning (backport from master, oops)s" 2016-11-20 19:09:05 +01:00
phpdbg_io.h Happy new year (Update copyright to 2016) 2016-01-01 20:03:16 +02:00
phpdbg_lexer.c Properly escape all filenames when exporting breakpoints 2016-11-13 13:22:06 +01:00
phpdbg_lexer.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
phpdbg_lexer.l Properly escape all filenames when exporting breakpoints 2016-11-13 13:22:06 +01:00
phpdbg_list.c Fix memory leak when compiling files in phpdbg 2016-10-14 12:24:28 +02:00
phpdbg_list.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
phpdbg_opcode.c Fix bug #71575 removing extra semicolons outside macros 2016-03-03 16:41:03 +01:00
phpdbg_opcode.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
phpdbg_out.c Fix bug #71575 removing extra semicolons outside macros 2016-03-03 16:41:03 +01:00
phpdbg_out.h Fix format attributes in ZTS 2016-02-14 14:44:27 +01:00
phpdbg_parser.c Fix run command args passing when inmidst execution 2016-10-02 12:45:20 +01:00
phpdbg_parser.h Add # delimiter to phpdbg commands 2015-09-17 22:53:10 +02:00
phpdbg_parser.y Fix run command args passing when inmidst execution 2016-10-02 12:45:20 +01:00
phpdbg_print.c Fix bug #71575 removing extra semicolons outside macros 2016-03-03 16:41:03 +01:00
phpdbg_print.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
phpdbg_prompt.c use already exported symbol 2016-10-13 09:55:37 +02:00
phpdbg_prompt.h Add stdin command and -s command line parameter to phpdbg 2016-10-12 20:15:49 +02:00
phpdbg_rinit_hook.c Happy new year (Update copyright to 2016) 2016-01-01 20:03:16 +02:00
phpdbg_rinit_hook.h Happy new year (Update copyright to 2016) 2016-01-01 20:03:16 +02:00
phpdbg_set.c Fix bug #71575 removing extra semicolons outside macros 2016-03-03 16:41:03 +01:00
phpdbg_set.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
phpdbg_sigio_win32.c Fix bug #71575 removing extra semicolons outside macros 2016-03-03 16:41:03 +01:00
phpdbg_sigio_win32.h Happy new year (Update copyright to 2016) 2016-01-01 20:03:16 +02:00
phpdbg_sigsafe.c Fix bug #71575 removing extra semicolons outside macros 2016-03-03 16:41:03 +01:00
phpdbg_sigsafe.h Fix issues with phpdbg SIGINT handler 2015-08-21 23:36:31 +01:00
phpdbg_utils.c Properly escape all filenames when exporting breakpoints 2016-11-13 13:22:06 +01:00
phpdbg_utils.h Fix crash when advancing inside an internal function 2016-02-17 20:27:46 +01:00
phpdbg_wait.c phpdbg: couple of network function return checks. Possible 2016-09-04 23:18:51 -07:00
phpdbg_wait.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
phpdbg_watch.c Fix bug #71575 removing extra semicolons outside macros 2016-03-03 16:41:03 +01:00
phpdbg_watch.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
phpdbg_webdata_transfer.c fix dealloc mismatch 2016-08-29 12:46:23 +02:00
phpdbg_webdata_transfer.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
phpdbg_win.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
phpdbg_win.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
phpdbg.1 Replaces php5 with php7, without whitespace changes. 2014-09-20 10:01:44 +02:00
phpdbg.c Remove a few unused write warning (backport from master, oops)s 2016-11-20 14:17:14 +01:00
phpdbg.h Revert "Remove a few unused write warning (backport from master, oops)s" 2016-11-20 19:09:05 +01:00
phpdbg.init.d
README.md go back with phpdbg to the state of 5.6.3, reverting the controversial commits(remote debugging/xml protocol) 2014-11-26 18:38:36 +01:00
test.php Merge sapi/phpdbg into PHP-5.6 2014-04-21 23:30:08 +02:00
web-bootstrap.php
xml.md go back with phpdbg to the state of 5.6.3, reverting the controversial commits(remote debugging/xml protocol) 2014-11-26 18:38:36 +01:00

The interactive PHP debugger

Implemented as a SAPI module, phpdbg can exert complete control over the environment without impacting the functionality or performance of your code.

phpdbg aims to be a lightweight, powerful, easy to use debugging platform for PHP 5.4+

phpdbg on travis-ci

Features

  • Stepthrough Debugging
  • Flexible Breakpoints (Class Method, Function, File:Line, Address, Opcode)
  • Easy Access to PHP with built-in eval()
  • Easy Access to Currently Executing Code
  • Userland API
  • SAPI Agnostic - Easily Integrated
  • PHP Configuration File Support
  • JIT Super Globals - Set Your Own!!
  • Optional readline Support - Comfortable Terminal Operation
  • Remote Debugging Support - Bundled Java GUI
  • Easy Operation - See Help :)

Planned

  • Improve Everything :)

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
./configure --enable-phpdbg
make -j8
make install-phpdbg

Where the source directory has been used previously to build PHP, there exists a file named config.nice which can be used to invoke configure with the same parameters as were used by the last execution of configure.

Note: PHP must be configured with the switch --with-readline for phpdbg to support history, autocompletion, tab-listing etc.

Command Line Options

The following switches are implemented (just like cli SAPI):

  • -n ignore php ini
  • -c search for php ini in path
  • -z load zend extension
  • -d define php ini entry

The following switches change the default behaviour of phpdbg:

  • -v disables quietness
  • -s enabled stepping
  • -e sets execution context
  • -b boring - disables use of colour on the console
  • -I ignore .phpdbginit (default init file)
  • -i override .phpgdbinit location (implies -I)
  • -O set oplog output file
  • -q do not print banner on startup
  • -r jump straight to run
  • -E enable step through eval()
  • -l listen ports for remote mode
  • -a listen address for remote mode
  • -S override SAPI name

Note: Passing -rr will cause phpdbg to quit after execution, rather than returning to the console.

Getting Started

See the website for tutorials/documentation

http://phpdbg.com