Hello,
I use the ANTLR3-Task to integrate ANTLR with Eclipse. To debug my walker
remotely in ANTLRWorks, I use the task's debug option. Unfortunately, the
default port doesn't work for me and I have to change the port. Currently, I
change the port manually in the generated Walker.java file, i.e., in below
constructor I override DebugEventSocketProxy.DEFAULT_DEBUGGER_PORT with my
port number.
public JavaliWalker(TreeNodeStream input) {
this(input, DebugEventSocketProxy.DEFAULT_DEBUGGER_PORT,
newRecognizerSharedState());
}
Is there a way to configure the port number?
Regards,
Stephanie
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.