[antlr-interest] parser call hangs in test program

Jim Idle jimi at temporal-wave.com
Sun Mar 28 08:28:32 PDT 2010


It is waiting for the ANTLRWorks debugger to connect. If you don’t want this, then regenerate from the command line without the -debug option. Java -jar ....

Jim

> -----Original Message-----
> From: antlr-interest-bounces at antlr.org [mailto:antlr-interest-
> bounces at antlr.org] On Behalf Of Ketan Maheshwari
> Sent: Sunday, March 28, 2010 8:27 AM
> To: antlr-interest at antlr.org
> Subject: [antlr-interest] parser call hangs in test program
> 
> Hello Friends
> 
> I have a DSL that I am trying to play with using the test program
> generated by ANTLRworks.
> 
> I am facing the same problem as described here:
> http://stackoverflow.com/questions/1792716/antlr-parser-hanging-at-
> proxy-handshake-call
> 
> 
> My test program for my language too hangs at the same point where I
> call the Parser constructor. As described in  the answer of the above
> link, I try to turn of debugging but nothing happens.
> 
> Any clues?
> 
> Attached the test.java  file.
> 
> 
> Many thanks
> Ketan





More information about the antlr-interest mailing list