pharo-spec / ScriptableDebugger

3 stars 12 forks source link

39 skip doesnt skip method nodes #41

Closed adri09070 closed 2 years ago

adri09070 commented 2 years ago

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