mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
9 lines
118 B
C#
9 lines
118 B
C#
namespace Microsoft.Iris.Debug.Data;
|
|
|
|
public enum InterpreterCommand : byte
|
|
{
|
|
Continue,
|
|
Break,
|
|
Step,
|
|
}
|