Difference between revisions of "VIATRA/Query/UserDocumentation/LocalSearch DebuggerTooling"
m (Fix typo) |
|||
(One intermediate revision by one other user not shown) | |||
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 == | ||
− | The Local Search Debugger Tooling is available | + | The Local Search Debugger Tooling is available in the Query Visualization feature group. |
− | + | ||
− | + | ||
− | + | ||
== Usage == | == Usage == |
Latest revision as of 09:31, 30 November 2017
Installation
The Local Search Debugger Tooling is available in the Query Visualization feature group.
Usage
- Open the Local Search Debugger view in Eclipse
- Load the model and query definitions in the Query explorer
- Select the the query in the Query explorer
- 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.
- Step or run the matching using the designated commands on the view's toolbar. Breakpoints can also be added when needed.
- 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.