mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 04:52:42 -08:00
16 lines
332 B
Text
16 lines
332 B
Text
#
|
|
# Recommended settings for debuggin either ecl_min or ecl.
|
|
#
|
|
delete break
|
|
break cl_cos
|
|
break cl_error
|
|
break cl_cerror
|
|
break CEerror
|
|
break FEerror
|
|
break FEunbound_variable
|
|
break FEundefined_function
|
|
break FEwrong_type_argument
|
|
break FEinvalid_function
|
|
set confirm off
|
|
handle SIGBUS nostop
|
|
handle EXC_BAD_ACCESS nostop pass noprint
|