Giter Club home page Giter Club logo

grappa-debugger's People

Contributors

fge avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

grappa-debugger's Issues

Filtering of nodes in "Parse tree"

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)

Show version info

It would be useful to see the current version of the debugger from a running instance. For example when you removed the version number from the jar file name so you don't have to update your links on next version.

Place for the info could be the title bar "Grappa debugger () " or an about-dialog or something like that.

Jump / navigate to node in "Parse Tree"

With large parse trees it is quite laborious to navigate to a specific node that finally caused the run to fail or the last successful rule just before the fail.

A "jump to" or "navigate to" feature could be helpful. It might accept filter criteria like in #1 and a selector "first" or "last" or "mark all".

Finding the last successful rule could then be something like: navigate to "last, not type action, not rule whitespace, state success"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.