diff options
author | Andy Wingo <wingo@pobox.com> | 2010-10-06 21:19:49 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-10-06 21:19:49 +0200 |
commit | 90966af89581aa059707bc1cf47e034a2a81129a (patch) | |
tree | d9a88452ba74b64839f6f9f992ab1595c1fca500 | |
parent | 439e032b0b04ddc96b0abcdcf73a4d9cf67316ee (diff) | |
download | guile-90966af89581aa059707bc1cf47e034a2a81129a.tar.gz |
update (system repl debug) todo
* module/system/repl/debug.scm: Update todo.
-rw-r--r-- | module/system/repl/debug.scm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/module/system/repl/debug.scm b/module/system/repl/debug.scm index da42a37fe..e3beee110 100644 --- a/module/system/repl/debug.scm +++ b/module/system/repl/debug.scm @@ -39,16 +39,11 @@ ;; ;; eval expression in context of frame ;; set local variable in frame -;; step until next instruction -;; step until next function call/return -;; step until return from frame -;; step until different source line ;; step until greater source line ;; watch expression ;; set printing width ;; disassemble the current function ;; inspect any object -;; (state associated with vm ?) ;;; ;;; Debugger |