[antlr-interest] ANTLRWorks 2 (for ANTLR v4)

Terence Parr parrt at cs.usfca.edu
Fri Sep 2 09:58:31 PDT 2011


On Sep 1, 2011, at 1:20 PM, Andreas Stefik wrote:
> Debugger:
> 
> I'll admit that I don't really use the debugger. I have before and I
> really like it, but most of the projects I do require that you
> integrate into the build cycle of projects in the NetBeans development
> environment. In practice, I've never found a way I can really run the
> debugger, with all of my complicated build information set together
> (e.g., tricky dependencies, ant scripts) in such a way that it is
> worth the effort.

hi Andreas,So it's hard to use the remote debug feature whereby AW you can listen to socket events from the parser? All I do is turn on -debug, recompile and start my project. when that parser starts up, it blocks waiting for a connection from AW.

Ter



More information about the antlr-interest mailing list