Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step out of loop #33

Open
emoon opened this issue Oct 17, 2013 · 4 comments
Open

Step out of loop #33

emoon opened this issue Oct 17, 2013 · 4 comments
Labels

Comments

@emoon
Copy link
Owner

emoon commented Oct 17, 2013

Feature so when you are inside a loop you can setup out from it and the continue the execution after the loop

@wadetb
Copy link

wadetb commented Oct 17, 2013

It would be nice (but maybe not practical) to generalize to step out of scope?

@emoon
Copy link
Owner Author

emoon commented Oct 17, 2013

True that would make it more general for sure and right now I don't see a problem with it (but will of course be needed to look deeper into it once implementing it for real)

@rhm
Copy link

rhm commented Jan 3, 2014

Maybe a run to next iteration (equivalent position of where a continue statement would jump to) would be useful to save setting a breakpoint at the top of the loop and running. I can't say it's something that's cropped up a lot for me, but if you're looking at things to do with loops, it would make sense to add.

@emoon
Copy link
Owner Author

emoon commented Jan 3, 2014

Yeah that sounds like a good idea

@emoon emoon closed this as completed Jan 18, 2015
@emoon emoon reopened this Oct 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants