php-src/Changelog.md
2013-11-24 18:15:27 -02:00

1.0 KiB

ChangeLog for phpdbg

Version 0.2.0 2013-00-00

  1. Added "break delete " command
  2. Added "break opcode " command
  3. Added "set" command

Version 0.1.0 2013-11-23

  1. 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)
  1. Added printers for class and method
  2. Make uniform commands and aliases where possible
  3. Include all alias information and sub-command information in help
  4. Added signal handling to break execution (ctrl-c)
  5. Fixed #13 (Output Buffering Control seems fail)
  6. Fixed #14 (Fixed typo in Makefile.frag)

Version 0.0.1 2013-11-15

  1. Initial features