background image
<< How Runtime Tracing Works | Runtime Tracing with a Test Node >>
<< How Runtime Tracing Works | Runtime Tracing with a Test Node >>

To jump to the corresponding portion of source code

Test RealTime - User Guide
In this C++ example, functions and static methods are attached to the World instance.
Objects are labelled with obj
<number>
:
<classname>
The black cross represents the destruction of the instance.
Constructors are displayed in green.
Destructors are blue.
Return messages are dotted red lines.
Other functions and methods are black.
The main() is a function of the World instance called by the same World instance.
To jump to the corresponding portion of source code:
1.
Double-click an element of the object lifeline to open the Text Editor at the
corresponding line in the source code.
To jump to the beginning or to the end of an instance:
1.
Right-click an element of the object lifeline.
88