Added doc for info command

This commit is contained in:
epipho 2014-12-28 03:28:50 -05:00 committed by Derek Parker
parent ee04df4ae2
commit f43703f175

@ -66,6 +66,10 @@ Once inside a debugging session, the following commands may be used:
* `print $var` - Evaluate a variable.
* `info $type [regex]` - Outputs information about the symbol table. An optional regex filters the list. Example `info functions unicode`. Valid types are:
* `sources` - Prings the path of all source files
* `functions` - Prings the name of all defined functions
* `exit` - Exit the debugger.