vote up 4 vote down star

pdb and winpdb both seem to be missing this essential (to me) feature. I saw something suggesting WingIDE has it but I'd prefer a solution that is free, and if I do have to pay, I'd prefer to pay for something that is better than Wing.

flag

59% accept rate

5 Answers

vote up 0 vote down check

Please look what pydev in eclipse offers...

link|flag
Care to add some links to examples? – Glyph Oct 16 '08 at 12:06
It looks like watchpoints are not yet implemented in pydev. mail-archive.com/pydev-users@lists.sourceforge.net/… – Paul D. Eden Oct 16 '08 at 16:54
vote up 1 vote down

This reimplementation of the built-in pdb.py has watchpoints.

http://morepypy.blogspot.com/2008/06/pdb-and-rlcompleterng.html

I tried it but, in cursory tries was not able to get it to work.

link|flag
Agreed. The 'watch' command did nothing. – a paid nerd Sep 16 at 9:56
vote up 0 vote down

It's too bad that the standard pdb module that comes with python itself does not yet support watchpoints.

Described here: http://wiki.python.org/moin/PdbImprovments

link|flag
vote up 1 vote down

You should check out Eric4

It's a very good Python IDE with a builtin debugger. The debugger has views for global variables, local variables and watchpoints.

link|flag
vote up 0 vote down

Take a look at PyScripter. It has an integrated debugger, watch windows and much more. It's open source and is developed here.

HTH

link|flag
PyScripter looks interesting but I'm on OS X and the P4D stuff appears to be only for Windows/Linux. – John Oct 16 '08 at 10:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.