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

Fix: skip up to does not allow to skip return nodes which prevents from skipping up to an inlined if true block if there is an inlined if false block before #75

Conversation

adri09070
Copy link
Collaborator

Fixes #57 for master (and P12)

When using skipUpTo or jumpToCaret command, the debugger couldn't go beyond any return, even if it was in an ifTrue:IfFalse: block.

I changed the behavior so that it can skip a return as long as this is not the last reachable return in the current context

@adri09070
Copy link
Collaborator Author

Unrelated failing tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants