Even with small grammars the parse tree can become quite large (and hard to browse). Debugging could get easier when one had the possibility to filter some nodes so not all are displayed.
Examples for filter:
Only nodes with name(s)
All but nodes with name(s)
Only actions / No actions
Only SUCCESS / FAILURE (this would probably only be useful if combined with another filter, like: no successful actions)
Even with small grammars the parse tree can become quite large (and hard to browse). Debugging could get easier when one had the possibility to filter some nodes so not all are displayed.
Examples for filter: