final class com.oracle.truffle.api.debug.SteppingStrategy$StepOver extends com.oracle.truffle.api.debug.SteppingStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.debug.SteppingStrategy$StepOver
  super_class: com.oracle.truffle.api.debug.SteppingStrategy
{
  private final com.oracle.truffle.api.debug.DebuggerSession session;
    descriptor: Lcom/oracle/truffle/api/debug/DebuggerSession;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.debug.StepConfig stepConfig;
    descriptor: Lcom/oracle/truffle/api/debug/StepConfig;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean exprStepping;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int stackCounter;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int exprCounter;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int unfinishedStepCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean activeFrame;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean activeExpression;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.oracle.truffle.api.debug.DebuggerSession, com.oracle.truffle.api.debug.StepConfig);
    descriptor: (Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/debug/StepConfig;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
        start local 1 // com.oracle.truffle.api.debug.DebuggerSession session
        start local 2 // com.oracle.truffle.api.debug.StepConfig stepConfig
         0: .line 452
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.debug.SteppingStrategy.<init>:()V
         1: .line 449
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.activeFrame:Z
         2: .line 450
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.activeExpression:Z
         3: .line 453
            aload 0 /* this */
            aload 1 /* session */
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
         4: .line 454
            aload 0 /* this */
            aload 2 /* stepConfig */
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.stepConfig:Lcom/oracle/truffle/api/debug/StepConfig;
         5: .line 455
            aload 0 /* this */
            aload 2 /* stepConfig */
            aload 1 /* session */
            getstatic com.oracle.truffle.api.debug.SourceElement.EXPRESSION:Lcom/oracle/truffle/api/debug/SourceElement;
            invokevirtual com.oracle.truffle.api.debug.StepConfig.containsSourceElement:(Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/debug/SourceElement;)Z
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.exprStepping:Z
         6: .line 456
            aload 0 /* this */
            aload 2 /* stepConfig */
            invokevirtual com.oracle.truffle.api.debug.StepConfig.getCount:()I
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.unfinishedStepCount:I
         7: .line 457
            return
        end local 2 // com.oracle.truffle.api.debug.StepConfig stepConfig
        end local 1 // com.oracle.truffle.api.debug.DebuggerSession session
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOver;
            0    8     1     session  Lcom/oracle/truffle/api/debug/DebuggerSession;
            0    8     2  stepConfig  Lcom/oracle/truffle/api/debug/StepConfig;
    MethodParameters:
            Name  Flags
      session     
      stepConfig  

  void initialize(com.oracle.truffle.api.debug.SuspendedContext, com.oracle.truffle.api.debug.SuspendAnchor);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedContext;Lcom/oracle/truffle/api/debug/SuspendAnchor;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
        start local 1 // com.oracle.truffle.api.debug.SuspendedContext context
        start local 2 // com.oracle.truffle.api.debug.SuspendAnchor suspendAnchor
         0: .line 461
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.stackCounter:I
         1: .line 462
            aload 0 /* this */
            aload 1 /* context */
            getstatic com.oracle.truffle.api.debug.SourceElement.EXPRESSION:Lcom/oracle/truffle/api/debug/SourceElement;
            invokevirtual com.oracle.truffle.api.debug.SourceElement.getTag:()Ljava/lang/Class;
            invokeinterface com.oracle.truffle.api.debug.SuspendedContext.hasTag:(Ljava/lang/Class;)Z
            ifeq 2
            getstatic com.oracle.truffle.api.debug.SuspendAnchor.BEFORE:Lcom/oracle/truffle/api/debug/SuspendAnchor;
            aload 2 /* suspendAnchor */
            if_acmpne 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.debug.SteppingStrategy$StepOver
         2: iconst_m1
      StackMap locals: com.oracle.truffle.api.debug.SteppingStrategy$StepOver com.oracle.truffle.api.debug.SuspendedContext com.oracle.truffle.api.debug.SuspendAnchor
      StackMap stack: com.oracle.truffle.api.debug.SteppingStrategy$StepOver int
         3: putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.exprCounter:I
         4: .line 463
            return
        end local 2 // com.oracle.truffle.api.debug.SuspendAnchor suspendAnchor
        end local 1 // com.oracle.truffle.api.debug.SuspendedContext context
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOver;
            0    5     1        context  Lcom/oracle/truffle/api/debug/SuspendedContext;
            0    5     2  suspendAnchor  Lcom/oracle/truffle/api/debug/SuspendAnchor;
    MethodParameters:
               Name  Flags
      context        
      suspendAnchor  

  void notifyCallEntry();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
         0: .line 467
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.stackCounter:I
            iconst_1
            iadd
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.stackCounter:I
         1: .line 468
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.stackCounter:I
            ifgt 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.debug.SteppingStrategy$StepOver
         2: iconst_0
      StackMap locals: com.oracle.truffle.api.debug.SteppingStrategy$StepOver
      StackMap stack: com.oracle.truffle.api.debug.SteppingStrategy$StepOver int
         3: putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.activeFrame:Z
         4: .line 469
            return
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOver;

  void notifyCallExit();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
         0: .line 473
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.stackCounter:I
            iconst_1
            isub
            dup_x1
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.stackCounter:I
            ifgt 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* isOn */
        start local 1 // boolean isOn
         3: .line 474
            iload 1 /* isOn */
            ifeq 5
         4: .line 475
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.activeFrame:Z
         5: .line 477
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // boolean isOn
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOver;
            3    6     1  isOn  Z

  void notifyNodeEntry(com.oracle.truffle.api.instrumentation.EventContext);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
         0: .line 481
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.exprStepping:Z
            ifeq 5
            aload 1 /* context */
            getstatic com.oracle.truffle.api.debug.SourceElement.EXPRESSION:Lcom/oracle/truffle/api/debug/SourceElement;
            invokevirtual com.oracle.truffle.api.debug.SourceElement.getTag:()Ljava/lang/Class;
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.hasTag:(Ljava/lang/Class;)Z
            ifeq 5
         1: .line 482
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.exprCounter:I
            iconst_1
            iadd
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.exprCounter:I
         2: .line 483
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.exprCounter:I
            ifgt 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.debug.SteppingStrategy$StepOver
         3: iconst_0
      StackMap locals: com.oracle.truffle.api.debug.SteppingStrategy$StepOver com.oracle.truffle.api.instrumentation.EventContext
      StackMap stack: com.oracle.truffle.api.debug.SteppingStrategy$StepOver int
         4: putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.activeExpression:Z
         5: .line 485
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOver;
            0    6     1  context  Lcom/oracle/truffle/api/instrumentation/EventContext;
    MethodParameters:
         Name  Flags
      context  

  void notifyNodeExit(com.oracle.truffle.api.instrumentation.EventContext);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
         0: .line 489
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.exprStepping:Z
            ifeq 6
            aload 1 /* context */
            getstatic com.oracle.truffle.api.debug.SourceElement.EXPRESSION:Lcom/oracle/truffle/api/debug/SourceElement;
            invokevirtual com.oracle.truffle.api.debug.SourceElement.getTag:()Ljava/lang/Class;
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.hasTag:(Ljava/lang/Class;)Z
            ifeq 6
         1: .line 490
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.exprCounter:I
            iconst_1
            isub
            dup_x1
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.exprCounter:I
            ifge 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 2 /* isOn */
        start local 2 // boolean isOn
         4: .line 491
            iload 2 /* isOn */
            ifeq 6
         5: .line 492
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.activeExpression:Z
        end local 2 // boolean isOn
         6: .line 495
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOver;
            0    7     1  context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            4    6     2     isOn  Z
    MethodParameters:
         Name  Flags
      context  

  boolean isStopAfterCall();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
         0: .line 499
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.stackCounter:I
            ifge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOver;

  boolean isCollectingInputValues();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
         0: .line 504
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.stepConfig:Lcom/oracle/truffle/api/debug/StepConfig;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            getstatic com.oracle.truffle.api.debug.SourceElement.EXPRESSION:Lcom/oracle/truffle/api/debug/SourceElement;
            invokevirtual com.oracle.truffle.api.debug.StepConfig.containsSourceElement:(Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/debug/SourceElement;)Z
            ireturn
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOver;

  boolean isActive(com.oracle.truffle.api.instrumentation.EventContext, com.oracle.truffle.api.debug.SuspendAnchor);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/debug/SuspendAnchor;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        start local 2 // com.oracle.truffle.api.debug.SuspendAnchor suspendAnchor
         0: .line 509
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.activeFrame:Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.activeExpression:Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.stepConfig:Lcom/oracle/truffle/api/debug/StepConfig;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 1 /* context */
            aload 2 /* suspendAnchor */
            invokevirtual com.oracle.truffle.api.debug.StepConfig.matches:(Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/debug/SuspendAnchor;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // com.oracle.truffle.api.debug.SuspendAnchor suspendAnchor
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOver;
            0    2     1        context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    2     2  suspendAnchor  Lcom/oracle/truffle/api/debug/SuspendAnchor;
    MethodParameters:
               Name  Flags
      context        
      suspendAnchor  

  boolean step(com.oracle.truffle.api.debug.DebuggerSession, com.oracle.truffle.api.instrumentation.EventContext, com.oracle.truffle.api.debug.SuspendAnchor);
    descriptor: (Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/debug/SuspendAnchor;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
        start local 1 // com.oracle.truffle.api.debug.DebuggerSession steppingSession
        start local 2 // com.oracle.truffle.api.instrumentation.EventContext context
        start local 3 // com.oracle.truffle.api.debug.SuspendAnchor suspendAnchor
         0: .line 514
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.stepConfig:Lcom/oracle/truffle/api/debug/StepConfig;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 2 /* context */
            aload 3 /* suspendAnchor */
            invokevirtual com.oracle.truffle.api.debug.StepConfig.matches:(Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/debug/SuspendAnchor;)Z
            ifne 2
         1: .line 515
            getstatic com.oracle.truffle.api.debug.SuspendAnchor.AFTER:Lcom/oracle/truffle/api/debug/SuspendAnchor;
            aload 3 /* suspendAnchor */
            if_acmpne 8
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.stackCounter:I
            iflt 2
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.exprCounter:I
            ifge 8
         2: .line 516
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.stackCounter:I
         3: .line 517
            aload 0 /* this */
            aload 2 /* context */
            getstatic com.oracle.truffle.api.debug.SourceElement.EXPRESSION:Lcom/oracle/truffle/api/debug/SourceElement;
            invokevirtual com.oracle.truffle.api.debug.SourceElement.getTag:()Ljava/lang/Class;
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.hasTag:(Ljava/lang/Class;)Z
            ifeq 4
            getstatic com.oracle.truffle.api.debug.SuspendAnchor.BEFORE:Lcom/oracle/truffle/api/debug/SuspendAnchor;
            aload 3 /* suspendAnchor */
            if_acmpne 4
            iconst_0
            goto 5
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.debug.SteppingStrategy$StepOver
         4: iconst_m1
      StackMap locals: com.oracle.truffle.api.debug.SteppingStrategy$StepOver com.oracle.truffle.api.debug.DebuggerSession com.oracle.truffle.api.instrumentation.EventContext com.oracle.truffle.api.debug.SuspendAnchor
      StackMap stack: com.oracle.truffle.api.debug.SteppingStrategy$StepOver int
         5: putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.exprCounter:I
         6: .line 518
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.unfinishedStepCount:I
            iconst_1
            isub
            dup_x1
            putfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.unfinishedStepCount:I
            ifgt 7
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_0
            ireturn
         8: .line 520
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // com.oracle.truffle.api.debug.SuspendAnchor suspendAnchor
        end local 2 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 1 // com.oracle.truffle.api.debug.DebuggerSession steppingSession
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOver;
            0    9     1  steppingSession  Lcom/oracle/truffle/api/debug/DebuggerSession;
            0    9     2          context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    9     3    suspendAnchor  Lcom/oracle/truffle/api/debug/SuspendAnchor;
    MethodParameters:
                 Name  Flags
      steppingSession  
      context          
      suspendAnchor    

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
         0: .line 526
            ldc "STEP_OVER(stackCounter=%s, stepCount=%s)"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.stackCounter:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SteppingStrategy$StepOver.unfinishedStepCount:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.api.debug.SteppingStrategy$StepOver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/SteppingStrategy$StepOver;
}
SourceFile: "SteppingStrategy.java"
NestHost: com.oracle.truffle.api.debug.SteppingStrategy
InnerClasses:
  private final StepOver = com.oracle.truffle.api.debug.SteppingStrategy$StepOver of com.oracle.truffle.api.debug.SteppingStrategy