Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Analyzer Menu
Whilst you are modeling an application, you can generate code from the model and then analyse the way in which it executes, both monitoring and recording the execution behavior using the Execution Analyzer. This facility builds on and processes the structures and operations of the Model Driven Development Environment (MDDE), which provides tools to design, build and debug an application.
Access Analyzer
Analyzer Options
Option |
Action |
See also |
---|---|---|
Manage Analyzer Scripts |
Manage the Analyzer scripts for your model, using the Execution Analyzer window. Shortcut: |
Managing Analyzer Scripts |
Debug |
Execute a sequence of debugging commands, initiated through the Debug menu. |
Debug Menu |
Record |
Execute a sequence of commands for recording a debug session; these commands are initiated through the Record menu. |
Record Menu |
Profile |
Execute a sequence of Profiling commands, initiated through the Debug menu. |
Profile Menu |
Simulate |
Simulate the debugging of an application during the design of that application. |
Simulate Menu |
Toolbars |
Show or hide the execution analysis toolbars. The sub-options are:
|
Record & Analyze Toolbar Build Toolbar Run Model Simulation Debug Toolbar |
Manage Testpoints |
Execute test scripts and monitor or control the output, using the Testpoints window. |
Testpoint Management |
Breakpoints & Markers |
Manage breakpoints and markers for debugging and Simulation, using the Breakpoints & Markers window. |
Simulation Breakpoints Breakpoint and Marker Management |
Call Stack |
Review the currently-running threads in a debugging session, using the Call Stack. |
Capture Current Work Environment |
Locals |
Review the local variables and their values for the current local thread, using the Locals window. |
View the Local Variables |
Watches |
Evaluate data items that are not available as local variables - such as data items with static Class member items - using the Watches window. |
View Variables in Other Scopes |
Memory Viewer |
Review a process memory debugging session, using the Memory Viewer window. |
Inspect Process Memory |
Modules |
Review details of the loaded modules, using the Modules window. |
Show Loaded Modules |
Object Workbench |
Create your own Class workbench instances and invoke methods on them, using the Object Workbench. |
Object Workbench |
Build |
Execute the Build script for the selected Package; the script would have been previously created in the 'Execution Analyzer' dialog. The output from the script is displayed in the 'Build' tab of the System Output window. Shortcut: |
Add Build Commands |
Run |
Execute the 'Run' script for the selected Package; the script would have been previously created in the 'Execution Analyzer' dialog. The output from the script is displayed in the 'Build' tab of the System Output window. Shortcut: |
Add Run Command |
Test |
Execute the Test script for the selected Package; the script would have been previously created in the 'Execution Analyzer' dialog. The output from the script is displayed in the 'Build' tab of the System Output window. Shortcut: |
Add Testing Command |
Deploy |
Execute the Deploy script for the selected Package; the script would have been previously created in the 'Execution Analyzer' dialog. The output from the script is displayed in the 'Build' tab of the System Output window. Shortcut: |
Add Deploy Command |
Learn more