[slime-devel] slime debugger string length cutoff, bad default and how to control it

Helmut Eller heller at common-lisp.net
Mon Nov 28 07:44:29 UTC 2011


* Mark H. David [2011-11-28 00:31] writes:

> OK, how about a way to control the cutoff, or make the cutoff much higher?
> I'm the Lisp debugger, it's not prettier with 75 characters, just
> hiding my info.

It is prettier when each local variable fits on a single line.  If we
assume 80 chars per line and subtract some space for the variable name
then no more than 75 are visible.  For the full information you can use
the inspector or the d command.

Helmut





More information about the slime-devel mailing list