Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 2 of Documentation/DevelopmentCenter/DebugEngine


Ignore:
Timestamp:
11/23/10 15:31:49 (13 years ago)
Author:
epitzer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/DebugEngine

    v1 v2  
    1212The scope is a hierarchical data structure that contains arbitrary variables and can also contain sub-scopes. Different parameter types, have different priorities when looking for variables in the scope or in execution contexts.
    1313
     14[[Image(DebugEngine.png)]]
     15
    1416The !DebugEngine shows the current execution stack on the left. Information about the operation that is about to be executed is shown in the center. It contains the name of the operation, the hierarchy of execution contexts, a list of the operators parameters and its actual values. The full (global) scope with an indication of where the operations execution context references the scope (hightlighted in red in the scope tree) and an "operator trace" that shows which operators have produced this operation, either through a successor relationship, through selected sup-operator or the initial operator of an internal operator graph in a combined operator.
    1517