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

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:

·Debugger - Show or hide the Debug toolbar, through which you can access the main windows for monitoring debug operations, and the simple commands for starting, pausing, continuing and stopping a debug run
·Simulator - Show or hide the Simulation toolbar
·Record - Show or hide the Record & Analyze toolbar, which provides access to the facilities for managing the recording of the execution of an application, including starting the recording, initiating both manual and automatic recording, stepping through a recording session and stopping the recording
·Build - Show or hide the Build toolbar, through which you can configure, compile and debug the last-selected build script, execute it, cancel the execution, and run the executable, test and deployment scripts

 

 

 

 

Debug Toolbar

 

 

Run Model Simulation

Record & Analyze Toolbar

 

 

 

 

Build Toolbar

Manage Testpoints

Execute test scripts and monitor or control the output, using the Testpoints window.

 

 

Testpoint Management

Edit Language Grammars

 

 

Editing Grammars

Breakpoints & Markers

Manage breakpoints and markers for debugging and Simulation, using the Breakpoints & Markers window.

 

Breakpoint and Marker Management

Simulation Breakpoints

 

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.

 

Ctrl+Shift+F12

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.

 

Ctrl+Alt+N

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.

 

Ctrl+Alt+T

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.

 

Ctrl+Shift+Alt+F12

Add Deploy Command

Learn more