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
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