Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "VIATRA/Query/DeveloperDocumentation/FeatureSetAndTesting/Debug"

(Created page with "=== Debugger Tooling ===")
 
(Debugger Tooling)
Line 1: Line 1:
 
=== Debugger Tooling ===
 
=== Debugger Tooling ===
 +
 +
The EMF-IncQuery debugger tooling aims to provide useful functionalities for the users, so that they can easily observe the contents of the EMF-IncQuery related artifacts when the program execution has stopped at a breakpoint. The plan is to provide three kinds of support for debugging:
 +
 +
* Possibility to explore the contents of the EMF instance models
 +
* Navigation in the contents of EMF-IncQuery pattern matcher engines (matchers, matches, match parameters, etc)
 +
* Navigation in the contents of EMF-IncQuery Rule Engines

Revision as of 16:39, 26 March 2015

Debugger Tooling

The EMF-IncQuery debugger tooling aims to provide useful functionalities for the users, so that they can easily observe the contents of the EMF-IncQuery related artifacts when the program execution has stopped at a breakpoint. The plan is to provide three kinds of support for debugging:

  • Possibility to explore the contents of the EMF instance models
  • Navigation in the contents of EMF-IncQuery pattern matcher engines (matchers, matches, match parameters, etc)
  • Navigation in the contents of EMF-IncQuery Rule Engines

Back to the top