Andras Simon andras@renyi.hu writes:
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.
Doesn't work here. The debugger prints the condition and the restarts in the terminal. That's with ABCL 0.0.3.14+.
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.
Try
CL-USER> (make-list 100)
Helmut.