1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 09:10:22 +02:00

add repl debugging command docs

* doc/ref/scheme-using.texi (Debug Commands): Add docs for new debugging
  commands (break, step, registers, etc).
This commit is contained in:
Andy Wingo 2010-10-08 11:13:19 +02:00
parent 6b1d1af7da
commit 1ecf39a6a7
2 changed files with 36 additions and 39 deletions

View file

@ -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.