VM accessors take VM as implicit argument, not explicit argument
[bpt/guile.git] / module / system / vm / trap-state.scm
2013-11-21 Andy WingoVM accessors take VM as implicit argument, not explicit...
2013-11-07 Andy WingoProgram sources are always pre-retire now
2010-10-08 Andy Wingostepping traps use frame-next-source, not frame-source
2010-10-07 Andy Wingodocument trap states
2010-10-06 Andy Wingoadd ,step ,stepi ,next and ,nexti
2010-10-06 Andy Wingocleanups to ,finish
2010-10-05 Andy Wingo(system vm trap-state): add-trap-at-frame-finish!
2010-10-05 Andy Wingofix embarrassing error preventing ,del from working
2010-10-01 Andy Wingosource breakpoints accept user line numbers
2010-09-23 Andy Wingoadd ,break-at-source
2010-09-23 Andy Wingoanother trap printing tweak
2010-09-23 Andy Wingolist-traps just returns trap identifiers, not names
2010-09-23 Andy Wingotrace printing tweak
2010-09-23 Andy Wingoadd trap-name procedure
2010-09-23 Andy Wingotracepoints print their trap number
2010-09-23 Andy Wingoadd repl ,tracepoint command
2010-09-23 Andy Wingoavoid traps in repl except when evaluating the expression
2010-09-23 Andy Wingotracing in terms of traps
2010-09-21 Andy Wingobreakpoints from recursive prompts work
2010-09-19 Andy Wingodefault-trap-handler bugfix
2010-09-19 Andy Wingoimplement breakpoints in the repl