Stepping is done using the simulator debugExecStep which execute the code with debugging mode set to true,
debugging mode "allows execution even when codeRunning is false".
This allows continuous stepping through the program and beyond...
Unless the user specifically toggled a Debugging button, the program should prompt the user (that was busy monitoring the GUI Debugger) that the program finished execution.
Stepping is done using the simulator
debugExecStepwhich execute the code withdebuggingmode set to true,debugging mode "allows execution even when
codeRunningis false".This allows continuous stepping through the program and beyond...
Unless the user specifically toggled a Debugging button, the program should prompt the user (that was busy monitoring the GUI Debugger) that the program finished execution.