-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Feb 4, 2008, at 1:57 PM, Georg Brandl wrote: > > GUD (the Emacs debugger interface) works well with gdb and pdb.
Don't forget pdbtrack which is in python-mode.el (don't know about python.el). Ken Manheimer wrote this and it rocks. It basically tracks pdb prompts in a shell buffer so it makes it really easy to just add a break point, run your code from the command line, and get dual-window tracing from the shell. - -Barry -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iQCVAwUBR6d4gHEjvBPtnXfVAQJg9AP/eM+6Qhni7PuEDFlfwuuVPnT/Zhhy9kdJ D2rAgGaMg8mYiBV8IGtdpG+tajmeodQUn2UFZTnN+d4CH4Z5JOGFBo4jKGI731se K8cXtmr+TV2Yv838kOKyTJvKmo8zpCTSkYaBZ2swHbTMq3FEEm1Aa7mVZyjBqYTs V8QrDYCoGAE= =JIhC -----END PGP SIGNATURE----- _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
