2021-01-15 04:15 AM
Hi,
I flash a project for debugging and set some breakpoints. Then I compile for release and run the code using the green arrow symbol. The code is flashed, but does not run, as it is stuck in a breakpoint from earlier debug sessions.
Is there a way to automatically remove all breakpoints in the device when starting a "Run" configuration?
thanks,
Michael
2021-01-17 03:36 AM
I just wanted to have the breakpoints automatically cleared once I start a run session. I thought there were some simple init commands in the run config. Other IDEs do this automatically anyways. Of course I can always disable them manually and then start the run session.
2021-01-17 11:29 PM
Ok so you've no trouble you're asking for an extra feature so. Go it.
According to me "Run > Skip All Breakpoints" or related toolbar icon usage is not killer here sounds like to me good enough but we may always ask more.
2021-01-18 08:02 AM
yep. so what are the commands you can enter here? Is there any kind of docu for that? is it GDB commands?