Can't stop execution while breakpointed
Status: Beta
Brought to you by:
rbala
While halted at a breakpoint, there is no way to "stop" execution. The GUI erroneously does not display a stop, but only the run button. However, changes made are not picked up when pressing the run button, which presumably is really "resume". Currently the script has to be closed and then re-opened, very inconvenient.
Anonymous
Starting from version 2.1.0rc1 you can stop breakpointed script.
Regarding 'start' button - yes, in the 'paused' state it becomes 'resume'. Maybe it is a bit confusing, however, more confusing would be introduction of another debug panel (in my opinion) for this purpose. Please bear in mind that currently there is no such thing as 'debug mode' - you can pause/stop script during its execution even if there are no breakpoints defined.
In order to introduce changes to script paused on breakpoint, you have to stop it first (quite reasonable I think)
Last edit: Piotr Dyraga 2012-11-15