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) :-)
_______________________________________________ Python-il mailing list [email protected] http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
