﻿namespace Jint.Runtime.Debugger
{
    public enum StepMode
    {
        None,
        Over,
        Into,
        Out
    }
}
