Files
MicrosoftIris/UIX/Microsoft/Iris/Debug/Data/InterpreterCommand.cs
T

9 lines
118 B
C#
Raw Normal View History

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