Metis Smart Modeling - Debug
From Metis Documentation
(→Running a model step-by-step) |
(→Debugging a model) |
||
Line 6: | Line 6: | ||
== Debugging a model == | == Debugging a model == | ||
Window description | Window description | ||
+ | |||
+ | |||
+ | Example of errors or problems which can be detected using the debugger : | ||
+ | * Incorrect results : | ||
+ | Use the "Output Values & Watchdogs" list in order to determine at the end of the execution process the values which should be "calculated" through the used models. To solve this type of issues, validate all rules which will generate output and add-ons. | ||
+ | * Incorrect intermediate values : | ||
+ | During the execution of a model, the values for variables and positions may change based on the rules. | ||
+ | * Execution order issues : | ||
+ | |||
+ | * position insertion issues : | ||
+ | |||