From 282b2462bdd33fb6d57875293d7dc56cde82a293 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 5 Apr 2018 17:19:21 -0700 Subject: [PATCH] Updated doc for REPL. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9ec1ea1..5c76f27 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,5 @@ a nil value do not call `error()`, so the debugger won't get triggered. * Press 'v' to select the variables pane (showing the variables at the selected level of the callstack) * Press 'd' to select the data pane (showing the value of the selected variable) * In the data pane, 'l'/right will expand table entries, and 'h'/left will collapse table entries. +* Press ':' or '>' to type in a command to be run in the current Lua context. The debugger will keep reading until a blank line is reached. +* Press '?' to type in an expression to be evaluated and printed.