I\'m working on a project using the ANTLR parser library for C#. I\'ve built a grammar to parse some text and it works well. However, when the parser comes across an illeg
have you tried to print (Console.WriteLine()) the exception inside the catch clause, and not use visual studio and run your application on console?