This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Conditional Breakpoint

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