File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,17 @@ ChangeLog for phpdbg
4
4
Version 0.0.2 0000-00-00
5
5
------------------------
6
6
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)
8
14
2 . Added printers for class and method
9
15
3 . Make uniform commands and aliases where possible
10
16
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)
14
18
15
19
16
20
Version 0.0.1 2013-11-15
You can’t perform that action at this time.
0 commit comments