14 | 16 | The !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. |