Hello together.
i am using the CW MCU 10.2 (cause of license) and started debugging my application last week.
works good, but now i want to watch a variable AND/OR just a memory address..
But i don't want to know if its value is written with the same value..
i just want to be interrupted if the values changes or for example the value is ">=" than a value..
i have seen the "condition" line in the breakpoint properties..
but how to use it? could not find a real help for it !
for example my variable is called "this_is_a_test_var" ...
have i to write this_is_a_test_var>=90 or just >=90 ?!
and how to do it for an memory address?
i played a bit around, but could not figure it out, sorry!
so anyone uses this feature?
please help me