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 |
Shortcut |
See also |
||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Manage Analyzer Scripts |
Manage the Analyzer scripts for your model, using the Execution Analyzer window.
|
Shift+F12 |
|||||||||
Debug |
Execute a sequence of debugging commands, initiated through the Debug menu.
|
|
|
||||||||
Record
|
Execute a sequence of commands for recording a debug session; these commands are initiated through the Record menu.
|
|
|||||||||
Profile |
Execute a sequence of Profiling commands, initiated through the Debug menu.
|
|
|||||||||
Simulate |
Simulate the debugging of an application during the design of that application.
|
|
|||||||||
|
|
|
|
||||||||
Toolbars |
Show or hide the execution analysis toolbars. The sub-options are:
|
|
|
||||||||
Manage Testpoints |
Execute test scripts and monitor or control the output, using the Testpoints window.
|
|
|||||||||
Edit Language Grammars |
|
|
|||||||||
Breakpoints & Markers |
Manage breakpoints and markers for debugging and Simulation, using the Breakpoints & Markers window. |
|
Breakpoint and Marker Management
|
||||||||
Call Stack |
Review the currently-running threads in a debugging session, using the Call Stack.
|
|
|||||||||
Locals |
Review the local variables and their values for the current local thread, using the Locals window.
|
|
|||||||||
Watches |
Evaluate data items that are not available as local variables - such as data items with static Class member items - using the Watches window.
|
|
|||||||||
Memory Viewer |
Review a process memory debugging session, using the Memory Viewer window.
|
|
|||||||||
Modules |
Review details of the loaded modules, using the Modules window.
|
|
|||||||||
Object Workbench |
Create your own Class workbench instances and invoke methods on them, using the 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.
|
Ctrl+Shift+F12 |
|||||||||
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.
|
Ctrl+Alt+N |
|||||||||
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.
|
Ctrl+Alt+T |
|||||||||
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.
|
Ctrl+Shift+Alt+F12 |
Learn more