File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,13 @@ Version 0.1.0 2013-11-23
5
5
------------------------
6
6
7
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
+ - 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)
14
+ - register (register a function for use as a command)
14
15
2 . Added printers for class and method
15
16
3 . Make uniform commands and aliases where possible
16
17
4 . Include all alias information and sub-command information in help
You can’t perform that action at this time.
0 commit comments