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
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