Enabling or Disable grammar debugging

To enable or disable ANTLR grammar debugging on a project -

  1. Make sure ANTLR Studio is enabled on the project.
  2. Right-click on the project, go to Properties and click on the ANTLR Studio node.
  3. Check/uncheck 'Enable debugging in grammar files'

Note: The code generated with debugging enabled adds a considerable amount of overhead, so it should not be used for profiling or for release quality code. For those purposes you should disable debugging.

Related pages

Enabling ANTLR Studio on a project
Debugging you grammar
AST view
Input Text view