The effect of clicking the Stop button in a debugger is to:
Put the processor(s) into debug state.
Force the processor to execute a BKPT instruction
Hold the processor in a Reset condition
Re-initialize the memory contents.
Submit