Andreas Klöckner

Results 924 comments of Andreas Klöckner

I'd be happy to consider a patch that makes your life better.

I don't think there is, but I'd be happy to take a patch. :)

If you submit a patch, yes. :)

Could you figure out which string exactly is causing the breakage? Why do you have to print the string twice?

Yeah. I'd say we also set `sys.breakpointhook = pudb.set_trace` when pudb is imported. Any volunteers to hack together the patch?

I agree with the sentiment. In this case, my thought was to make `python -m pudb` do the obviously (I guess?) correct thing when it hits `breakpoint()`. It seems we...

Fair. Just doing it in `main()` would be sufficient IMO then.

> in docker for example the default settings result in a blacked out screen We should see about getting that fixed. Could you file a bug? > Is there a...

That looks like it hits a corner case in urwid--could you ask on their bug tracker? All pudb does is build a `Pile` of `ListBox`es with the "weights" adjusted by...