1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-13 07:10:20 +02:00

update (system repl debug) todo

* module/system/repl/debug.scm: Update todo.
This commit is contained in:
Andy Wingo 2010-10-06 21:19:49 +02:00
parent 439e032b0b
commit 90966af895

View file

@ -39,16 +39,11 @@
;; ;;
;; eval expression in context of frame ;; eval expression in context of frame
;; set local variable in 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 ;; step until greater source line
;; watch expression ;; watch expression
;; set printing width ;; set printing width
;; disassemble the current function ;; disassemble the current function
;; inspect any object ;; inspect any object
;; (state associated with vm ?)
;;; ;;;
;;; Debugger ;;; Debugger