Debugging you grammar
- Make sure ANTLR Studio is enabled on the project you want to debug.
- Make sure debugging is enabled.
- Put breakpoints on the lines you want the debugger to break, just like you
would in your java files.

- Start the program.
- When the debugger breaks on a rule, you can press the 'Skip to next rule
button' to skip to the next rule.

- You can step over the java code in your grammar files just like you normally
would in you java files.
- You can open the AST view and Text Input view to give you more information
about debugging.
Related pages
Enable debugging
AST view
Input Text view