Debugging an existing error
Gary Palter
palter at mac.com
Tue May 2 02:48:20 UTC 2023
I have an application with Swank loaded running standalone.
If the application gets an error and enters the Lisp’s native debugger, I want to be able to attach Slime to that Lisp and see the existing error in SLDB.
The application does a CREATE-SERVER on startup and I can use m-X slime-connect to connect to it. But, I only get a Slime REPL and don’t see how to point SLDB at the Lisp thread that’s already in the debugger.
If the above makes sense, can you suggest how to do what I want?
(The concept is that, if a customer ends up in the debugger, we can help him debug using Slime.)
Thanks,
- Gary
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20230501/743c4072/attachment.html>
More information about the slime-devel
mailing list