Finish InterpreterEntry deserialization

This commit is contained in:
Yoshi Askharoun
2023-05-25 21:01:48 -05:00
parent 1c5fb20fc9
commit ea08399992
4 changed files with 64 additions and 37 deletions
+1 -1
View File
@@ -38,6 +38,6 @@ internal class Program
private static void Debugger_InterpreterStep(object? sender, InterpreterEntry e)
{
Console.WriteLine($"[Interpreter] {e}");
}
}