Hi,
I am using TBNL on CMUCL 19c. If I create a new thread (using #'mp:make-process), what will happen if an exception is signalled (and not handled) in that thread? Will tbnl log the error? And If tbnl:*show-lisp-backtraces-p* it t, will it display the backtrace from that thread?
Basically I just want that any error or warning signalled by that thread should be logged by tbnl, and if necessary, the backtrace shown in the browser window. What is the best way to do it?
Thanks, Chaitanya