-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ListBoxError scrolling to the bottom of the variables view #108
Comments
Can't reproduce. Can you post more precise steps? Also, what version of Urwid? |
The length of the variable view was probably relevant. I think it was one or so more than what would fit on the screen. I also had a few classes expanded. Urwid version should be 1.1.1. Is there a newer one? I was in Python 3.3 too. I just noticed that the bulk of the traceback is in urwid. So this was likely an urwid bug. Feel free to close if you still can't reproduce and don't see an obvious fix. |
There's Urwid 1.2 out. Can you try with that? |
I doubt I can even reproduce this. I'll just close it and reopen it if I see it again. |
Turns out it's easy to reproduce, and Urwid 1.2 does not fix it. Just press |
I got this scrolling to the bottom of the variables view
Here is my pudb.cfg:
My terminal is 40 lines by 141 columns.
The text was updated successfully, but these errors were encountered: