diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-08-06 22:17:26 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-08-06 22:17:26 -0700 |
commit | a6c599aea98cc588f1cdebac89e844b1b36f4c38 (patch) | |
tree | be6003002b292aebe04ff4fd216239229d0a4282 | |
parent | c9a8bbd7f5308b9d165b0d21ff9b49bcd4fc070e (diff) | |
download | txr-a6c599aea98cc588f1cdebac89e844b1b36f4c38.tar.gz txr-a6c599aea98cc588f1cdebac89e844b1b36f4c38.tar.bz2 txr-a6c599aea98cc588f1cdebac89e844b1b36f4c38.zip |
* debug.c (help): Rearrange menu. Show missing quit command.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | debug.c | 5 |
2 files changed, 6 insertions, 3 deletions
@@ -1,5 +1,9 @@ 2015-08-06 Kaz Kylheku <kaz@kylheku.com> + * debug.c (help): Rearrange menu. Show missing quit command. + +2015-08-06 Kaz Kylheku <kaz@kylheku.com> + Suppress debug stepping into auto-loaded library code. * debug.c (debug_set_state, debug_restore_state): New functions. @@ -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" |