Question
STM32CubeIDE v1.8 debug questions
I make a project with two LINKED .c source files. When debug session is started I cannot set any breakpoints inside those files. If I keep it as non linked - all OK while debugging. But this files must be linked, because it shared between two projects. How to fix this issue?
