Stop the debugger on the first instruction
This commit is contained in:
parent
ab558d9f60
commit
d02bc02258
@ -57,6 +57,7 @@
|
||||
(define vm (make-vm #:debugger debug))
|
||||
(vm-load-program! vm prgm)
|
||||
(set! the-debugger (make-debugger vm source (make-breakpoints symbols) #f))
|
||||
(debugger-breakpoint-add! the-debugger 1)
|
||||
(reset (run-vm vm))
|
||||
the-debugger)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user