NSRT asserted multiple times when initiating debug session
In STMCubeIDE 1.5.1
When starting a debug session NRST is issues multiple times causing a bit of undefined behavior depending on the target and code.
First it resets and has the old program run a bit.
Then it loads the new program.
Which is lets run a bit.
Before initiating a debug session.
Is there a way that I can improved this behavior to have only one reset for download, keep it halted, and then starting a debug session without running the program first?

