We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
I'm trying to set a conditional breakpoint. The debugger should break if a specific line is reached and an additional condition like x == 2 is true at the same time.
I've tried an expression like "\\test\../Src/main.c\71 && x == 2", but it doesn't work for me. What I'm doing wrong?
My target is a STM32F0 with ST-Link.
Thank you in advance.
Fabian