mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Implement basic interpreter execution controls
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Microsoft.Iris.Debug.Data;
|
||||
|
||||
public enum InterpreterCommand : byte
|
||||
{
|
||||
Continue,
|
||||
Break,
|
||||
Step,
|
||||
}
|
||||
Reference in New Issue
Block a user