Add Connected event and default to break state

This commit is contained in:
Yoshi Askharoun
2023-10-11 13:22:33 -05:00
parent 306a7124d8
commit 63fd7848c1
6 changed files with 30 additions and 14 deletions
@@ -2,7 +2,7 @@
public enum InterpreterCommand : byte
{
Continue,
Break,
Continue,
Step,
}