From 477ffc747368f26ee90cb03fa69d23690298fc3d Mon Sep 17 00:00:00 2001 From: kimu_shu Date: Tue, 19 Feb 2019 18:10:05 +0900 Subject: Add "info locals" command to mrdb --- mrbgems/mruby-bin-debugger/tools/mrdb/cmdmisc.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mrbgems/mruby-bin-debugger/tools/mrdb/cmdmisc.c') diff --git a/mrbgems/mruby-bin-debugger/tools/mrdb/cmdmisc.c b/mrbgems/mruby-bin-debugger/tools/mrdb/cmdmisc.c index 2fc661cdf..db28e4229 100644 --- a/mrbgems/mruby-bin-debugger/tools/mrdb/cmdmisc.c +++ b/mrbgems/mruby-bin-debugger/tools/mrdb/cmdmisc.c @@ -81,6 +81,12 @@ static help_msg help_msg_list[] = { "Status of specified breakpoints (all user-settable breakpoints if no argument).\n" "Arguments are breakpoint numbers with spaces in between.\n" }, + { + "i[nfo]", "l[ocals]", "Print name of local variables", + "Usage: info locals\n" + "\n" + "Print name of local variables.\n" + }, { "l[ist]", NULL, "List specified line", "Usage: list\n" -- cgit v1.2.3