From a6c599aea98cc588f1cdebac89e844b1b36f4c38 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 6 Aug 2015 22:17:26 -0700 Subject: * debug.c (help): Rearrange menu. Show missing quit command. --- ChangeLog | 4 ++++ debug.c | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6c2d36f6..362b5ad3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-08-06 Kaz Kylheku + + * debug.c (help): Rearrange menu. Show missing quit command. + 2015-08-06 Kaz Kylheku Suppress debug stepping into auto-loaded library code. diff --git a/debug.c b/debug.c index 0fb426b2..e0429421 100644 --- a/debug.c +++ b/debug.c @@ -61,9 +61,8 @@ void debug_init(void); static void help(val stream) { put_string(lit("commands:\n" - "? - help s - step into form\n" - "h - help n - step over form\n" - "c - continue f - finish form\n" + "? - help q - quit c - continue s - step into form\n" + "h - help f - finish form n - step over form\n" "v - show variable binding environment o - show current form\n" "b - set breakpoint by line number i - show current data\n" "d - delete breakpoint w - backtrace\n" -- cgit v1.2.3