At 00:15 17/02/2010, Gokulakannan Somasundaram wrote: >ANTLRWorks doesn't support anything other than java for debugging. >I just tested it.
That's what the Debug Remote option is for. First, you generate and compile your grammar externally, using the -debug option to ANTLR to make it add debugging support. Then, you run your parser outside of ANTLRWorks (it will pause and wait for a debugging connection), then you pick Debug Remote in ANTLRWorks to connect to it, and debug as normal. It's a bit more of a hassle than debugging Java code, but that's because ANTLRWorks doesn't know how to compile any other languages, so it makes sense. 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.
