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

Don't stop debugging on startup

During some integration tests of my embedded system, the firmware is being reset multiple times. (Software reset. The power is always on)
I would like to run the firmware in debug mode to collect some coverage data during testing. 

Now on every reset, the debugger stops at the main() function. 

Is there a way to turn this off?
This is very annoying since it makes it impossible to run these automated tests in debug mode.

I'm using the ULINK Pro Cortex Debugger.