>From what I remember, I was able to debug the UI of pudb with pudb just fine, as long as it was part of the UI that didn't load by default (otherwise it would recurse infinitely). Otherwise, the best you can do is to use "print" statements where you write to the TTY of another terminal.
What happens when you press "c" in PuDB? Aaron Meurer On Wed, May 1, 2013 at 4:50 PM, hernantz <[email protected]> wrote: > Hi! > I'm using urwid for an app and just realized that debugging a console app > isn't very straight foward. > Currently what happens is that urwids is in controll of the main loop as is > draws the screen, so when I > start a debugger such as pdb I can't get back to the application. > Does anyone got any suggestions about debbuging a console app?, how did pudb > authors debug pudb's ui? > > Thanks in advance, > > hernantz. > > _______________________________________________ > Pudb mailing list > [email protected] > http://lists.tiker.net/listinfo/pudb _______________________________________________ Pudb mailing list [email protected] http://lists.tiker.net/listinfo/pudb
