Resolved! STM32F030C6 breakpoint setting does NOT work on STM32CubeIDE using ST-link V2. Is it a BUG or setup issue? and how?
When I hit Debug. System stops at first line of main() as intended. However no matter how I setup any breakpoints on the rest code, and hit Resume(F8) button. The code never stops on those breakpoint. even though I am 100% sure those breakpointed li...