Is there any way to continue (to next breakpoint) if playback is stated in step-by-step mode? E.g. I have stepped a ways into a script, now I want the script to run without stopping until the next breakpoint. The "Play from this step" option is disabled and I don't see any "continue" or "resume" function. I don't want to stop and then "Play from this step" because all the JavaScript variable values are lost.
Thanks!
-Mark