summaryrefslogtreecommitdiff
path: root/module/system/repl/error-handling.scm
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Remove unnecessary module imports.Ludovic Courtès1-1/+0
2017-02-07Avoid stacks in dynamically-bound valuesAndy Wingo1-3/+3
2014-03-22Out-of-memory situations raise exceptions instead of abortingAndy Wingo1-1/+1
2014-03-16Document stack-overflow handlers, limits, and unwind-only exceptionsAndy Wingo1-26/+22
2013-11-07Program sources are always pre-retire nowAndy Wingo1-3/+3
2012-01-26Fix a couple of warnings.Ludovic Courtès1-1/+2
2011-09-02more define-syntax-rule usageAndy Wingo1-4/+2
2011-03-22Do not enter the debugger if the thrown key is in `pass-keys'Mark H Weaver1-21/+22
2011-03-17allow ,option on-error report instead of debugAndy Wingo1-0/+28
2011-02-11(system repl error-handling) uses print-exceptionAndy Wingo1-47/+11
2011-02-08hackily fix another case where display-exception would be aproposAndy Wingo1-1/+27
2010-11-12call-with-error-handling pass-keys w/ procedural handlers fixAndy Wingo1-2/+4
2010-10-12debug has for-trap? fieldAndy Wingo1-2/+2
2010-10-08further repl tweaksAndy Wingo1-9/+9
2010-10-08Fixlets for REPL error handling.Ludovic Courtès1-1/+2
2010-10-05debug-trap-handler ephemeral trap enhancementAndy Wingo1-4/+8
2010-09-23avoid traps in repl except when evaluating the expressionAndy Wingo1-14/+24
2010-09-19implement breakpoints in the replAndy Wingo1-1/+28
2010-08-31Add new debug meta-command ,error-messageJose A. Ortega Ruiz1-10/+16
2010-07-15don't re-print the error by default in call-with-error-handlingAndy Wingo1-1/+5
2010-07-15error-handling tweakAndy Wingo1-1/+0
2010-07-15pass a frame to display-error in system repl error-handlingAndy Wingo1-22/+20
2010-07-10finally, backtraces only showing frames for the computationAndy Wingo1-9/+13
2010-07-09integrate the debugger into the replAndy Wingo1-0/+114