Debugger: wrong stepping through the loop with continue label
#KT-5776 Fixed #KT-5664 Fixed
This commit is contained in:
@@ -661,6 +661,8 @@ public class ExpressionCodegen extends JetVisitor<StackValue, StackValue> implem
|
||||
}
|
||||
|
||||
public void afterBody(@NotNull Label loopExit) {
|
||||
markLineNumber(forExpression);
|
||||
|
||||
increment(loopExit);
|
||||
|
||||
v.mark(bodyEnd);
|
||||
|
||||
Reference in New Issue
Block a user