Sometimes, in the debugger, the entire method is highlighted because it is actually stopped on the method node.
When we use skip on a method node, it doesn't do anything and skipUpTo enters an infinite loop because of it.
It should be fixed so that the skip commands step into the method.