diff --git a/Assignment 1/Program.cs b/Assignment 1/Program.cs index 4469f36..b791095 100644 --- a/Assignment 1/Program.cs +++ b/Assignment 1/Program.cs @@ -274,9 +274,11 @@ namespace Assignment_1 } else { + /* Console.WriteLine(e.LinePosition + ": " + e.Message); source.Position = initPos; - source.SetLength(initPos); + source.SetLength(initPos);*/ + WriteDebugLine(0, 0, e.Message, source); } if (!dynamicInput) {