summaryrefslogtreecommitdiff
path: root/module/system/repl/error-handling.scm
Commit message (Expand)AuthorAgeFilesLines
* Avoid stacks in dynamically-bound valuesAndy Wingo2017-02-071-3/+3
* Out-of-memory situations raise exceptions instead of abortingAndy Wingo2014-03-221-1/+1
* Document stack-overflow handlers, limits, and unwind-only exceptionsAndy Wingo2014-03-161-26/+22
* Program sources are always pre-retire nowAndy Wingo2013-11-071-3/+3
* Fix a couple of warnings.Ludovic Courtès2012-01-261-1/+2
* more define-syntax-rule usageAndy Wingo2011-09-021-4/+2
* Do not enter the debugger if the thrown key is in `pass-keys'Mark H Weaver2011-03-221-21/+22
* allow ,option on-error report instead of debugAndy Wingo2011-03-171-0/+28
* (system repl error-handling) uses print-exceptionAndy Wingo2011-02-111-47/+11
* hackily fix another case where display-exception would be aproposAndy Wingo2011-02-081-1/+27
* call-with-error-handling pass-keys w/ procedural handlers fixAndy Wingo2010-11-121-2/+4
* debug has for-trap? fieldAndy Wingo2010-10-121-2/+2
* further repl tweaksAndy Wingo2010-10-081-9/+9
* Fixlets for REPL error handling.Ludovic Courtès2010-10-081-1/+2
* debug-trap-handler ephemeral trap enhancementAndy Wingo2010-10-051-4/+8
* avoid traps in repl except when evaluating the expressionAndy Wingo2010-09-231-14/+24
* implement breakpoints in the replAndy Wingo2010-09-191-1/+28
* Add new debug meta-command ,error-messageJose A. Ortega Ruiz2010-08-311-10/+16
* don't re-print the error by default in call-with-error-handlingAndy Wingo2010-07-151-1/+5
* error-handling tweakAndy Wingo2010-07-151-1/+0
* pass a frame to display-error in system repl error-handlingAndy Wingo2010-07-151-22/+20
* finally, backtraces only showing frames for the computationAndy Wingo2010-07-101-9/+13
* integrate the debugger into the replAndy Wingo2010-07-091-0/+114