Variable: *DEBUG-ON-ERROR*

Documentation

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

Source

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