17 Nov
2022
17 Nov
'22
9:58 p.m.
Le 17/11/2022 à 22:16, Garrett Dangerfield a écrit :
(handler-case (error "hi") (error (e) ;; print stack trace here ))
How do I get the stack trace for the error?
Using the portability library uiop (provided by asdf): uiop:print-backtrace uiop:print-condition-backtrace uiop:raw-print-backtrace -- __Pascal Bourguignon__