Metis Smart Modeling - Debug
From Metis Documentation
(→Using breakpoints) |
(→Using breakpoints) |
||
Line 123: | Line 123: | ||
=== Using breakpoints === | === Using breakpoints === | ||
The debugger tool included in Metis Smart Modeling allows to set breakpoints throughout the execution of an imported Metis Smart Quotes environment. Those breakpoints can be used to stop a step-by-step execution at a specific place or time of the offer. For example at the beginning of one of the systems included in the offer or when a specific variable changes value. This can be very useful to pinpoint a problem in a model based on certain values. | The debugger tool included in Metis Smart Modeling allows to set breakpoints throughout the execution of an imported Metis Smart Quotes environment. Those breakpoints can be used to stop a step-by-step execution at a specific place or time of the offer. For example at the beginning of one of the systems included in the offer or when a specific variable changes value. This can be very useful to pinpoint a problem in a model based on certain values. | ||
+ | |||
There are two different types of breakpoints which can be defined within the debugger : | There are two different types of breakpoints which can be defined within the debugger : | ||
Line 133: | Line 134: | ||
To remove a break-point from the execution list, click of the small red dot in from of the line. The execution will then execute until the next one or the end of the list. | To remove a break-point from the execution list, click of the small red dot in from of the line. The execution will then execute until the next one or the end of the list. | ||
- | |||
2. '''On a variable or position''' | 2. '''On a variable or position''' |