1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-08 20:22:27 +02:00
guile/module/system
Mark H Weaver 8099352769 Do not enter the debugger if the thrown key is in `pass-keys'
* module/system/repl/error-handling.scm (call-with-error-handling):
  Do _not_ enter the debugger if the thrown key is in `pass-keys'.
  Previously, for example, (throw 'quit) entered the debugger when run
  from the REPL, despite the fact that 'quit is in `pass-keys'.
2011-03-22 11:45:53 -04:00
..
base Add `*current-warning-prefix*'. 2011-02-13 19:13:36 +01:00
repl Do not enter the debugger if the thrown key is in `pass-keys' 2011-03-22 11:45:53 -04:00
vm frame-source available in default environment 2011-02-11 12:43:05 +01:00
foreign.scm add pointer->scm, scm->pointer 2011-03-17 10:39:02 +01:00
xref.scm system xref maintains source mapping for nested procedures too 2010-09-24 13:24:48 +02:00