Skip to content

Commit a8338c1

Browse files
committed
- Update changelog
1 parent fc8b7cb commit a8338c1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Changelog.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ ChangeLog for phpdbg
44
Version 0.0.2 0000-00-00
55
------------------------
66

7-
1. Added until/u command
7+
1. New commands:
8+
- until (continue until the current line is executed)
9+
- frame (switch to a frame in the current stack for inspection)
10+
- info (quick access to useful information on the console)
11+
- finish (continue until the current function has returned)
12+
- leave (continue until the current function is returning)
13+
- shell (shell a command)
814
2. Added printers for class and method
915
3. Make uniform commands and aliases where possible
1016
4. Include all alias information and sub-command information in help
11-
5. Added finish/f command
12-
6. Added info command
13-
7. Added signal handling to break execution (ctrl-c)
17+
5. Added signal handling to break execution (ctrl-c)
1418

1519

1620
Version 0.0.1 2013-11-15

0 commit comments

Comments
 (0)