Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)
|
Menu Debugger
Menu Debugger
This menu gives access to the debugging operations. Note that ANTLRWorks can only generate and debug Java grammar from within itself. If you want to debug a grammar from another language, use ANTLR to generate the parser, launch the parser and connect the debugger to the parser.
- : debug the current grammar. This feature will generate and launch the parser automatically: it will also ask for the input text to be parsed and the starting rule.
- : relaunch the debugger using the last parameters used (only enabled after using at least once for the current grammar).
- : debug a remotely running parser. This feature is useful to debug a parser running on another machine or to debug a parser that has been generated for another language than Java.
- : show the tokens in the input panel of the debugger.
|