Skip to content

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

Development

Successfully merging this pull request may close these issues.

SkipUpTo does not allow to skip return nodes, which prevents from skipping up to an inlined ifTrue: block if there is an inlined ifFalse: block before

2 participants