Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filtering of nodes in "Parse tree" #1

Open
ghost opened this issue Feb 10, 2015 · 1 comment
Open

Filtering of nodes in "Parse tree" #1

ghost opened this issue Feb 10, 2015 · 1 comment
Assignees

Comments

@ghost
Copy link

ghost commented Feb 10, 2015

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)
@ghost
Copy link
Author

ghost commented Feb 10, 2015

After discussing this idea we found some potential extensions to it:

  • Allow filtering on collection of the trace data. This way the tracefile would be smaller (and thus the debugger faster) from the beginning.
  • Add a possibility to save filter settings for kind of "Bookmark favorites" or shared settings for teams.

@fge fge self-assigned this Feb 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant