summaryrefslogtreecommitdiff
path: root/module/system/repl/command.scm
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2010-10-08 11:13:19 +0200
committerAndy Wingo <wingo@pobox.com>2010-10-08 12:31:50 +0200
commit1ecf39a6a76c95e5413ba55b7792416bd13c7fe6 (patch)
tree17e379c17c1759bd7cd3a8ded930f0adbbacfaa3 /module/system/repl/command.scm
parent6b1d1af7daf6cd252d6a4ac113b96fab13351fef (diff)
downloadguile-1ecf39a6a76c95e5413ba55b7792416bd13c7fe6.tar.gz
add repl debugging command docs
* doc/ref/scheme-using.texi (Debug Commands): Add docs for new debugging commands (break, step, registers, etc).
Diffstat (limited to 'module/system/repl/command.scm')
-rw-r--r--module/system/repl/command.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/system/repl/command.scm b/module/system/repl/command.scm
index 4441ef054..e1ae6136c 100644
--- a/module/system/repl/command.scm
+++ b/module/system/repl/command.scm
@@ -673,7 +673,7 @@ Step until control reaches a different source location in the current frame."
#:into? #f #:instruction? #f)
(throw 'quit)))
-(define-stack-command (step-instruction repl)
+(define-stack-command (next-instruction repl)
"next-instruction
Step until control reaches a different instruction in the current frame.