Hi,
When I start a debug session on my iMX RT 1020 board, I can step through code. All good.
When I set a breakpoint in my main e.g., and I stop the debugger, and press start again, it will hit the breakpoint.
But then, when I press resume, and I press the reset button on the board, the board obviously resets, but the breakpoint is never hit. When I then press pause, the debugger tells me that the connection is lost.

This is really annoying. This makes development cumbersome. There are many situations where you can simply debug through some behavior which occurs after reset. With STM dev boards (nucleo and such) this works perfectly.
Is this a known issue and is this going to be fixed?
Many thanks!