All Versions
6
Latest Version
Avg Release Cycle
36 days
Latest Release
3773 days ago
Changelog History
Changelog History
-
v0.4.0
May 16, 2014 -
v0.3.2
February 02, 2014 -
v0.3.0
December 20, 2013 -
v0.2.0 Changes
December 01, 2013- 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
-
v0.1.0 Changes
November 23, 2013- 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) ๐จ 2. Added printers for class and method
- Make uniform commands and aliases where possible
- Include all alias information and sub-command information in help ๐ฆ 5. Added signal handling to break execution (ctrl-c) ๐ 6. Fixed #13 (Output Buffering Control seems fail) ๐ 7. Fixed #14 (Fixed typo in Makefile.frag)
- New commands:
-
v0.0.1 Changes
November 15, 2013- Initial features