namespace Microsoft.Iris.Debug.Data;
public enum InterpreterCommand : byte
{
Break,
Continue,
Step,
}