Hi all,

YAMPQ: Yet another maven plugin question ;-)

In my little project I have a lexer, parser and a treewalker to  
optimize my AST.
What I would like to do now is debug my TreeWalker. So I followed the  
step under:
http://www.antlr.org/wiki/pages/viewpage.action?pageId=4554901

The only proplem is, that when using the maven plugin with the debug  
configuration switch,
this applies to _all_ generated sources. In this case this is a  
problem, because when I try to
start my remoteAstDebugging instead of blocking in my TreeWalker it  
already blocks in
the Parser, who was also compiled with the debug flag.

So I had to do all the stuff manually again, which totally annihilated  
the benefits of having a maven build.

So my question/request:
Is there a way to selectively set debugging for only some grammars?

How about giving the debug configuration in the pom an includde/ 
exclude element
where you can specify a pattern for grammars to generate with /without  
debugging.

kind regards

Tilman Bender
Student des Software Engineering
Hochschule Heilbronn
tben...@stud.hs-heilbronn.de




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to il-antlr-interest@googlegroups.com
To unsubscribe from this group, send email to 
il-antlr-interest+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en
-~----------~----~----~----~------~----~------~--~---

List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

Reply via email to