Hi
Specify the condition for the watchpoint in the Condition field. The condition must be specified using the ANSI-C syntax (Example: counter == 7).
if you need to use address directly. use this syntax:
*(unsigned int*) 0x14b4== 0xFF || *(unsigned int*) 0x14b4== 0xEE
can this help?
Have a great day,
Zhang Jun
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------