Andreas Klöckner

Results 924 comments of Andreas Klöckner

What happens when you press Cursor-Right?

Agree that this would be useful. It would likely have to be an Urwid thing though: https://github.com/urwid/urwid/issues/143

Three remarks: - What does 'changed' mean? `current_value is not previous_value`? - `bdb` doesn't provide any help with this. So pudb would have to do this on its own, which...

locals falls short. You might want to break on a changed instance attribute...

Good point. I imagine we could just handle SIGTSTP by stopping Urwid and then resuming it on return.

I'd be happy to consider a PR to that effect.

(But I don't have the spare cycles to do it myself at the moment, unfortunately.)

Pudb is built on the same infrastructure as pdb, and based on the existence of [this](https://github.com/dcramer/pdbinject) it seems that pdb-with-threads is not an entirely solved affair. Winpdb2 uses a different...

I wouldn't turn this down if there were a patch, although IMO it's not exactly mind-blowing in terms of debugging usefulness. Or maybe I'm just not imaginative enough.

Pudb lets you use a custom (Python) file for a theme. (see prefs) Why break compatibility with existing themes that people may have in that format?