Dan Stromberg <[email protected]> writes: > I'm loving pudb, especially the fact that it works on CPython 3.2. > > I may have found a bug though, for which I'm hoping someone can give me a > workaround. > > If I hit 'c' for continue while horizontally scrolled right, then when pudb > hits my next breakpoint, I'm still horizontally scrolled right. That's not > so bad, but I can't horizontally scroll back to the left, so I only see > part of my code. > > Hitting 's' or 'n' (step or next) seems to help, but doing so throws a > monkey wrench into the process of documenting a large codebase.
I can't seem to reproduce this issue. Can you please try and describe a sequence of steps to follow, perhaps with sample file(s)? Thanks! Andreas _______________________________________________ Pudb mailing list [email protected] http://lists.tiker.net/listinfo/pudb
