Looking at the -debug generated parser, I'm able to see that when a parser is constructed with just an input stream and no DebugEventListener, it exhibits the behavior you described (by choosing the DebugEventListener explicitly as a DebugEventSocketProxy.)
Am I out of luck if I want to use both the debug listener interface and gUnit with the same generated parser? Is there any way I can pass along an instance of BlankDebugEventListener when gUnit creates the instance of my parser (without modifying the gUnit code at all?) Thanks again. -- View this message in context: http://n2.nabble.com/running-gUnit-tests-with-debug-generated-parser-tp4561697p4562600.html Sent from the ANTLR mailing list archive at Nabble.com. List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
