--- Begin Message ---
Hi Naveen,

sorry again for the long delay.

On Tue, 15 Feb 2011 16:03:26 -0500, Naveen Michaud-Agrawal 
<[email protected]> wrote:
> Glad you found my changes useful. Since I emailed you I've added some more
> features to my version of pudb (which I've merged with the head of your
> repository).
> 
> You can pull my changes from:
> 
> git://naveenmichaud.info/home/nmichaud/pudb.git
> 
> The main improvements are a dark color theme, and the ability to save out
> breakpoints to a $HOME/.pudb-bp file (which is automatically read in the
> next time - I'm often working on a project for a period of time and it's
> handy to not have to re-set my breakpoints every time i start pudb).

I've merged your patch, with a few changes from my side:

- All files are stored in an XDG-conforming layout, i.e. under
  ~/.config/pudb/

- Fixed stack frame viewing after your order reversal.
  (which I like)

- Modified sidebar min/max behavior, added to help.

And a question: What does

sys.path.append(dirname(__file__))

achieve, which you added in pudb/__init__.py? I've removed it for the
time being, as if it were to stay, it should likely refer to mainpyfile.

I've also released 2011.1 with your changes.

Thanks for your patch!

Andreas

Attachment: pgpmQYrCMkoMB.pgp
Description: PGP signature


--- End Message ---

Attachment: pgpMfgYxZnb5R.pgp
Description: PGP signature

_______________________________________________
Pudb mailing list
[email protected]
http://lists.tiker.net/listinfo/pudb

Reply via email to