UML Modelling and Codegeneration related discussions » Tool Usage and Handling » Way to trace events and operation calls in Rhapsody
Way to trace events and operation calls in Rhapsody
2137 Betrachtungen
Seite:
1
Way to trace events and operation calls in Rhapsody
08.08.2008 14:35
Hi is there a good way to trace events, operation calls and something like that in Rhapsody if I have a running application.
Re: Way to trace events and operation calls in Rhapsody
08.08.2008 14:49
To trace events and operation calls on a running Rhapsody Application, you have to build this application with animation.
Set "Instrumentation Mode" to Animation you can find this in the setting tab of the features dialog on a configuration in Rhapsody. Rebuild the application.
Now start your application, you can see a new button bar appear (The animation toolbar) . Press the command prompt Button (the "!" ) and type:
trace #all all
Now press run.
Now you can see detailed messages in the animation window.
