Hello, I'm debugging my application for nrf52840 and trying to use a data breakpoint mechanism. But faced with some not understanding. I want the breakpoint to work according to the condition “the value of the variable is greater than” and I write the following expression: my_variable > 0xfe and it's not work. A breakpoints isn't active in breakpoints window. but another expression my_variable == 0xfe is worked. What am I doing wrong when describing a condition? I did everything according to the…