1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-08 22:50:27 +02:00
guile/module/system/repl
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
..
command.scm allow ,option on-error report instead of debug 2011-03-17 12:39:59 +01:00
common.scm allow ,option on-error report instead of debug 2011-03-17 12:39:59 +01:00
debug.scm allow ,option on-error report instead of debug 2011-03-17 12:39:59 +01:00
describe.scm Use 'substring' instead of obsoleted 'make-shared-substring' 2011-02-02 05:45:37 -08:00
error-handling.scm Do not enter the debugger if the thrown key is in `pass-keys' 2011-03-22 11:45:53 -04:00
repl.scm allow ,option on-error report instead of debug 2011-03-17 12:39:59 +01:00
server.scm add (system repl server) 2010-10-10 12:15:34 +02:00