Debugging VS2005 - break point condition not breaking

  • Thread starter Thread starter GiJeet
  • Start date Start date
G

GiJeet

Hello, I'm trying to stop program execution by setting a break point
and setting a condition on a variable. So I go into the breakpoints
window and set a condition e.g. when 'x1' has changed. I have a
variable x1 which is set to zero initially and I want to break when
that variable value is changed. I deliberately change the value a few
lines lower in the code and the program does not halt. What am I
doing wrong?

TIA
G
 
Hello, I'm trying to stop program execution by setting a break point
and setting a condition on a variable. So I go into the breakpoints
window and set a condition e.g. when 'x1' has changed. I have a
variable x1 which is set to zero initially and I want to break when
that variable value is changed. I deliberately change the value a few
lines lower in the code and the program does not halt. What am I
doing wrong?

See my reply to your "tracking button visibility" thread. You won't like the
answer.
 
Back
Top