php-src/sapi/phpdbg
Kalle Sommer Nielsen 2104bea5d7 Remove Netware support
If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I cannot test atm.
2016-11-12 11:20:01 +01:00
..
tests Fix searching for catch blocks 2016-10-16 12:34:10 +02: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.1 Replaces php5 with php7, without whitespace changes. 2014-09-20 10:01:44 +02:00
phpdbg.c Merge branch 'PHP-7.1' 2016-10-27 02:46:18 +02:00
phpdbg.h Merge branch 'PHP-7.0' into PHP-7.1 2016-10-02 12:46:22 +01:00
phpdbg.init.d
phpdbg_bp.c Fix accidental PHPDBG_ABI break 2016-10-14 01:50:48 +02:00
phpdbg_bp.h Fix accidental PHPDBG_ABI break 2016-10-14 01:50:48 +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 Rewrite watchpoints to be much more stable 2016-07-11 23:58:20 +02:00
phpdbg_btree.h Rewrite watchpoints to be much more stable 2016-07-11 23:58:20 +02:00
phpdbg_cmd.c Fix bug #71575 removing extra semicolons outside macros 2016-03-03 16:41:03 +01:00
phpdbg_cmd.h Add phpdbg generator command 2016-09-28 13:26:08 +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 Add phpdbg generator command 2016-09-28 13:26:08 +02:00
phpdbg_frame.h Add phpdbg generator command 2016-09-28 13:26:08 +02:00
phpdbg_help.c Merge branch 'PHP-7.0' into PHP-7.1 2016-10-14 01:48:03 +02:00
phpdbg_help.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02: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 Fix bug #71575 removing extra semicolons outside macros 2016-03-03 16:41:03 +01:00
phpdbg_io.h Happy new year (Update copyright to 2016) 2016-01-01 20:03:16 +02:00
phpdbg_lexer.c Fix run command args passing when inmidst execution 2016-10-02 12:45:20 +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 Fix run command args passing when inmidst execution 2016-10-02 12:45:20 +01:00
phpdbg_list.c Merge branch 'PHP-7.0' into PHP-7.1 2016-10-14 12:25:16 +02:00
phpdbg_list.h Rewrite watchpoints to be much more stable 2016-07-11 23:58:20 +02:00
phpdbg_opcode.c Fixed bug #72213 (Finally leaks on nested exceptions). 2016-05-25 01:25:12 +03: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 - get rid of EG(scope). zend_get_executed_scope() should be used instead. 2016-04-28 04:13:34 +03:00
phpdbg_print.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
phpdbg_prompt.c Remove Netware support 2016-11-12 11:20:01 +01:00
phpdbg_prompt.h Merge branch 'PHP-7.0' into PHP-7.1 2016-10-14 01:48:03 +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 Fix searching for catch blocks 2016-10-16 12:34:10 +02: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 phpdbg ZTS watchpoint+shutdown sequences & opcache+watchpoints 2016-07-12 20:50:51 +02:00
phpdbg_watch.h Rewrite watchpoints to be much more stable 2016-07-11 23:58:20 +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
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