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. Is there a workaround? A bugfix? Thanks!
_______________________________________________ Pudb mailing list [email protected] http://lists.tiker.net/listinfo/pudb
