Search found 1 match

by julienvincenot
Wed Jun 12, 2019 12:28 pm
Forum: Common Lisp
Topic: Catch error message in SBCL
Replies: 2
Views: 36077

Catch error message in SBCL

Hi, I wonder if there is a way in SBCL and CL in general, whenever any kind of error happens (undefined variable, division by zero, type error, etc.), to prevent the debugger from popping up and then catch the error message string to display it / write it somewhere else. Basically, I'm controlling S...