On Thu, 10 Jun 2004, Helmut Eller wrote:
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+.
With today's slime version, it fails here, too, although in a different way. But that's not surprising, because swank-backend seems to have changed a lot in the past few days. I can't reproduce the problem with the 2004-06-07 version.
So this may be an abcl version problem. Like slime, abcl changes rapidly, and version numbers don't mean a lot (all that is guaranteed is that they increase monotonically :-) Or perhaps we're using different emacs versions (mine is 21.2.1).
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)
No problem here, even with the newest slime.
Andras