Quote Originally Posted by MrViggy
Hmm, I can't seem to bring up the web page linked above, but you should be able to set the breakpoint. Then hit CTRL-B, to bring up the "Breakpoints" dialog. Now, highlight your breakpoint in the bottom list, and hit the "Condition" button. Enter the condition into the edit box, and hit OK.

Note that the variable in question must be in the scope of the breakpoint, otherwise you won't "break".

Viggy
Good Job! This is great. Is it possible to configure the debugger to break when the value changes no matter what function call may be executing and bring up the call stack?

ahoodin