Hi I am using python 2.4 and trying to debug a twisted application.

Is there any way by which I can perhaps put a watch on an object and break execution when its value changes.

For Example

To start with A.state="connected" What I want is a notification or pause in execution when A.state changes its value.

I am new to pdb and twisted so if you feel this question needs more info, I can provide it.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Yes, take a look here:

Look for condition.

Here's a post with examples:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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