Skip to content

Conversation

@adri09070
Copy link
Collaborator

@adri09070 adri09070 commented Jul 6, 2022

Fixes #39

When the sindarin debugger is stopped on a method node, the skip command doesn't do anything (it doesn't skip it nor it steps it), which causes the skipUpTo command to enter an infinite loop.

I fixed it so that the skip command steps when the current node is a method node, because the bytecodes on which we are stopped are bytecodes that are invisible to users and thus, that they don't want to skip

@adri09070 adri09070 marked this pull request as ready for review July 8, 2022 14:01
@StevenCostiou StevenCostiou merged commit 3d81c10 into pharo-spec:master Jul 26, 2022
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.

Skip doesn't skip method nodes

2 participants