This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author louielu
Recipients louielu
Date 2017-05-22.12:09:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495454985.48.0.445993940506.issue30429@psf.upfronthosting.co.za>
In-reply-to
Content
Trying to add watchpoint function to bdb and pdb.

It's goal is to do as gdb for three different watch: watch, rwatch and a watch.

watch: when expr is written by program and value has changed, it will break
rwatch: when expr is read by program, it will break
awatch: when expr is read or write by program, it will break
History
Date User Action Args
2017-05-22 12:09:45louielusetrecipients: + louielu
2017-05-22 12:09:45louielusetmessageid: <1495454985.48.0.445993940506.issue30429@psf.upfronthosting.co.za>
2017-05-22 12:09:45louielulinkissue30429 messages
2017-05-22 12:09:45louielucreate