Dan Stromberg <[email protected]> writes: > > I'm using a pudb checked out on the 19th of this month. > > I'm running it on CPython 3.2, on a Linux Mint 13 system. > > I can replicate the issue by: > 1) hit a breakpoint > 2) scroll right to get the text of a long line > 3) hit 'c' to go to the next breakpoint > 4) upon hitting that next breakpoint,the left margin has moved to the right > to where I was previously > > I just managed to work around the issue by looking up code manually, using > vi. When I next hit continue, the problem was gone.
Does this work with any file? Is the hit breakpoint in a different file than the one you start in? What version of urwid do you have? import urwid.version as v print v.VERSION Btw, please make sure the list stays cc'd. Andreas _______________________________________________ Pudb mailing list [email protected] http://lists.tiker.net/listinfo/pudb
