php-src/Changelog.md

27 lines
899 B
Markdown
Raw Normal View History

2013-11-16 11:08:54 +00:00
ChangeLog for phpdbg
====================
2013-11-23 16:05:30 +00:00
Version 0.1.0 2013-11-23
2013-11-16 11:08:54 +00:00
------------------------
2013-11-23 16:04:14 +00:00
1. New commands:
2013-11-23 16:07:04 +00:00
- 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
3. Make uniform commands and aliases where possible
4. Include all alias information and sub-command information in help
2013-11-23 16:04:14 +00:00
5. Added signal handling to break execution (ctrl-c)
2013-11-23 16:11:59 +00:00
6. Fixed #13 (Output Buffering Control seems fail)
7. Fixed #14 (Fixed typo in Makefile.frag)
2013-11-16 11:08:54 +00:00
Version 0.0.1 2013-11-15
------------------------
1. Initial features