Variable: *DEBUG-ON-FAILURE*

Documentation

T if we should drop into a debugger on a failing check, NIL otherwise.

Source

(defparameter *debug-on-failure* nil
  "T if we should drop into a debugger on a failing check, NIL otherwise.")
Source Context