mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
cee72c13d7
Including phpdbg.
1.8 KiB
1.8 KiB
ChangeLog for phpdbg
Version 0.3.0 2013-00-00
- Added ability to disable an enable a single breakpoint
- Added ability to override SAPI name
- Added extended conditional breakpoint support "break at"
- Fix loading of zend extnsions with -z
- Fix crash when loading .phpdbginit with command line switch
- Fix crash on startup errors
- Added init.d for remote console (redhat)
- Added phpdbg_exec userland function
- Added testing facilities
- Added break on n-th opline support
- Improved trace output
Version 0.2.0 2013-11-31
- Added "break delete " command
- Added "break opcode " command
- Added "set" command - control prompt and console colors
- .phpdbginit now searched in (additional) ini dirs
- Added source command - load additional .phpdbginit script during session
- Added remote console mode
- Added info memory command
Version 0.1.0 2013-11-23
- New commands:
- until (continue until the current line is executed)
- frame (switch to a frame in the current stack for inspection)
- info (quick access to useful information on the console)
- finish (continue until the current function has returned)
- leave (continue until the current function is returning)
- shell (shell a command)
- register (register a function for use as a command)
- Added printers for class and method
- Make uniform commands and aliases where possible
- Include all alias information and sub-command information in help
- Added signal handling to break execution (ctrl-c)
- Fixed #13 (Output Buffering Control seems fail)
- Fixed #14 (Fixed typo in Makefile.frag)
Version 0.0.1 2013-11-15
- Initial features