From f43703f17522f0a7fc10a7ac4df66ae8b593fd6f Mon Sep 17 00:00:00 2001 From: epipho Date: Sun, 28 Dec 2014 03:28:50 -0500 Subject: [PATCH] Added doc for info command --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d72037cd..0bf30f65 100644 --- a/README.md +++ b/README.md @@ -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.