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.
Care to add some links to examples?
Glyph
2008-10-16 12:06:20
It looks like watchpoints are not yet implemented in pydev.http://www.mail-archive.com/[email protected]/msg02350.html
Paul D. Eden
2008-10-16 16:54:30
A:
Take a look at PyScripter. It has an integrated debugger, watch windows and much more. It's open source and is developed here.
HTH
PyScripter looks interesting but I'm on OS X and the P4D stuff appears to be only for Windows/Linux.
John
2008-10-16 10:44:04
A:
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
Paul D. Eden
2008-10-16 16:55:21
+1
A:
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.
Paul D. Eden
2008-10-23 19:06:19