On Wed, May 30, 2012 at 2:27 AM, Amit Aronovitch <[email protected]>wrote:
> > > On Tue, May 29, 2012 at 11:15 PM, Ram Rachum <[email protected]> wrote: > >> Hey guys, >> >> Just a quick recommendation on a module called pudb: >> >> http://pypi.python.org/pypi/pudb >> >> Pudb is a replacement for Python's pdb, for Linux only. >> >> > Cool! > > There were so many times that I had to debug a Python program through SSH, >> where I can't use my normal debugger (Wing IDE). I really *really* hate >> using pdb because *you can't see anything* and if you dare to create a >> variable named `q` it will end the debugging session, and other assorted >> stupidities. >> >> > You must train yourself in the ways of the p ("p q" works fine, teach your > fingers to start every var query with p) :-) > > I can't find this funny. To me, every piece of software that makes me do some repetitive, mechanical action makes me really angry to the point where I can't even joke about it.
_______________________________________________ Python-il mailing list [email protected] http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
