On Wed, 9 Jun 2004, Helmut Eller wrote:
I played a bit with swank-abcl and it's quite funny to see SLIME running on a JVM :-)
Thanks for giving it a try!
It seems that debugging via SLIME doesn't work yet. I also had the
It should, in a minimal way: the *sldb* buffer pops up, I can scroll the backtrace and choose a restart or quit.
impression that the connection breaks when multi-line strings are transmitted.
As in, say
CL-USER> (print "<very long string here>")
or something more complicated? I'm asking because this seems to work here.
Andras