Home | Download | ANTLRWorks | Wiki | About ANTLR | Feedback | Support | Bugs | v2


Latest version is 3.0.1
Download now! »

Download
» Home
» Download
» ANTLRWorks
» News
»Using ANTLR
» Documentation
» FAQ
» Articles
» Grammars
» File Sharing
» Runtime API
» Tech Support
» Bug Tracking
»About ANTLR
» What is ANTLR
» Why use ANTLR
» Showcase
» Testimonials
» Getting Started
» Software License
» ANTLR WebLogs
» ANTLR Workshops
»StringTemplate
»ANTLR v2
»Feedback
»Credits
»Contact


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 ;)

Search



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: 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.
  • Debug Again: relaunch the debugger using the last parameters used (only enabled after using Debug at least once for the current grammar).
  • Debug Remote: 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 Input Tokens: show the tokens in the input panel of the debugger.