Added doc for info command
This commit is contained in:
parent
ee04df4ae2
commit
f43703f175
@ -66,6 +66,10 @@ Once inside a debugging session, the following commands may be used:
|
|||||||
|
|
||||||
* `print $var` - Evaluate a variable.
|
* `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.
|
* `exit` - Exit the debugger.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user