How to reset target MCU during debugging
I do this way:
Step1: press "Suspend": button to pause my program.
Step2: Go to "Console Window", type "monitor reset halt".
Step3: Press "F5" (Single step ).
This debugger "High light" goes to the next step of my program, it doesn't execute "reset".
It will be great if I can reset it,
it is annoying that everytime I have to reload the program so many times during debugging.
Regards
Sam