Debugging VS2005 - break point condition not breaking

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
 
J

Jeff Johnson

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top