"Thomas F. Burdick" tfb@OCF.Berkeley.EDU writes:
The debugger doesn't let me easily inspect the current condition (although I found the variable where it's kept). The inspector doesn't do anything useful when given condition objects.
There's a M-x sldb-inspect-condition command. The inspector shows the same slots as SBCL's tty inspector.
I haven't tried using a local Emacs to attach to a remote Lisp. I gather though, that M-. won't work, if I do; it would be nice to integrate use Tramp to do this.
You have to configure the slime-{from,to}-lisp-filename functions. The idea is that those functions create Tramp style filenames. I never tried it, but the infrastructure is there.
Helmut.