[racket] Debugging query - lists cut off in variables pane

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Sat Feb 23 17:52:33 EST 2013

I've pushed something to add scrollbars.

Was there a PR about this, do you recall? I thought I remembered one, but
I'm not finding it now.

Robby


On Sat, Feb 23, 2013 at 4:29 PM, Joe Gilray <jgilray at gmail.com> wrote:

> If you have a long list say:
> (define aaa '(1 2 3 4 5 6 7 8 9 10 11 12 13 ... 1000))
>
> In the variables pane of the debugger it will show
>
> *aaa* => (1 2 3 4 5 6 7 8 9 10 11
>
> and the right hand side will be cut off (not wrapped).  To see more you
> can stretch the pane, but there is no scroll bar.
>
> I'd like to be able to see more of the list.
>
> Is there a way to do that in DrRacket?  I realize that there are tradeoffs
> with this, but I wonder if there are some options to make debugging a
> little easier.
>
> thanks,
> -joe
>
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130223/4ade91e3/attachment.html>

Posted on the users mailing list.