Open asmeurer opened 10 years ago
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 s
press the down arrow. The issue is with those settings, the stack and the breakpoints view are 0 rows high.
I got this scrolling to the bottom of the variables view
Here is my pudb.cfg:
My terminal is 40 lines by 141 columns.