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/UserDocumentation/LocalSearch DebuggerTooling"

< VIATRA‎ | Query
(Update installation info)
 
Line 1: Line 1:
 
+
{{caution|Old information|This page is not updated anymore; for more up-to-date details look at the language specification at https://www.eclipse.org/viatra/documentation/query-tools.html instead.}}
 
== Installation ==
 
== Installation ==
  

Latest revision as of 09:31, 30 November 2017

Stop.png
Old information
This page is not updated anymore; for more up-to-date details look at the language specification at https://www.eclipse.org/viatra/documentation/query-tools.html instead.

Installation

The Local Search Debugger Tooling is available in the Query Visualization feature group.

Usage

  1. Open the Local Search Debugger view in Eclipse
  2. Load the model and query definitions in the Query explorer
  3. Select the the query in the Query explorer
  4. Run the local search debugger by invoking the command on the toolbar of the Local Search Debugger view. The command reads the selection from the query explorer and initiates the matching: initializes and shows the plan.
  5. Step or run the matching using the designated commands on the view's toolbar. Breakpoints can also be added when needed.
  6. The state of the shown search plan shows the state of the execution, while the already found matches and the current variable substitutions can be seen in the view's provided Zest viewer.

Back to the top