Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Analyzer
The Analyzer menu enables you to perform build, debug and profiling operations on your model code.
Action |
Usage |
Shortcut |
See also |
|---|---|---|---|
Execution Analyzer |
Display the Package Scripts window, which enables you to create and export Package Build Scripts. |
|
|
Build |
Build the application for your current script, and execute the Build command in the Build Scripts dialog. |
Ctrl + Shift + F12 |
Build the application |
Debug |
Display the Debug menu, which provides a set of debugging commands. |
|
Debug menu |
Record |
Display the Record menu, which provides various options for recording a debug session. |
|
Record menu |
Profile |
Display the Profiler window, which enables you to report on runtime aspects such as what functions are most-frequently called in an application, which tasks are taking longer than expected, and which tasks are taking the longest time to execute. |
|
Profiler window |
Test |
Display the Test submenu, which provides access to the Testpoint Manager and executing a Test script |
|
Test submenu |
Simulation |
Display the Simulation window, which enables you to simulate the debugging of an application during the design of that application |
|
|
Breakpoints & Markers |
Display the Breakpoints & Markers window, which you use to manage breakpoints and markers for debugging |
|
|
Call Stack |
View the currently-running threads in a debugging session, on the Call Stack |
|
|
Locals |
View the local variables and their values for the current local thread, on the Locals window |
|
Locals window |
Watches |
Evaluate data items that are not available as local variables - such as data items with static Class member items, on the Watches window |
|
Watches window |
More Analyzer Windows |
Display the More Analyzer Windows submenu, which provides access to the Package Build Scripts dialog, the Workbench window, the Modules window and the Memory Viewer window |
|
More Analyzer Windows submenu |
Run |
Execute the Run command you configured in the Build Scripts dialog |
Ctrl + Alt + N |
|
Deploy |
Execute the Deploy command you configured in the Build Scripts dialog |
Ctrl + Shift + Alt + F12 |
Deploy command |