Disabling sbcl’s ldb at runtime

Don’t want to lose this:

You can disable ldb … at runtime …:

(funcall (sb-alien:define-alien-routine
(“disable_lossage_handler” cl-user::disable-sbcl-ldb)
sb-alien:void))

Leave a Reply

Your email address will not be published. Required fields are marked *