提交 f43703f1 编写于 作者: E epipho 提交者: Derek Parker

Added doc for info command

上级 ee04df4a
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册