Damn, that was fast! I tried it out and it works great!
As long as I'm here, some general feedback: I'm very happy to have found pudb. I don't often debug on the console, but when I do, I rather have a good debugger rather than pdb. I hate pdb with a passion. I usually debug on my development machine using my beloved Wing IDE, which is the closest thing to the ideal debugging solution for me. But in the console, pudb is currently the best option that I know of. Everything works just as expected, and the interface feels very responsive. The main advantage over pdb is that in pudb you can *see* everything, like the lines of code and the stack, i.e. it's a GUI and not something that reminds you of text-based games from the DOS era. Keep up the good work! Ram. On Sun, May 27, 2012 at 6:00 PM, Andreas Kloeckner <[email protected]>wrote: > On Fri, 25 May 2012 21:23:23 +0300, Ram Rachum <[email protected]> wrote: > > Hello, > > > > Is it possible to make pudb use bpython instead of ipython? > > Done -> 2012.2, out now. Thanks for the suggestions > > Andreas >
_______________________________________________ Pudb mailing list [email protected] http://lists.tiker.net/listinfo/pudb
