Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
View the Call Stack
The Call Stack window is used to display all currently running threads in a process. It can be used to identify which thread is operational immediately before program failure occurs. A Stack trace is displayed whenever a thread is suspended, through one of the step actions or through encountering a breakpoint. The Call Stack can record a history of Stack changes along with the ability to generate Sequences Diagrams from this history.
Access: Analyzer | Call Stack
Use To:
- View Stack history to understand the execution of a process
- View Threads
- Save a Call Stack for later use
- Record Call Stack changes for Sequence Diagram generation
- Generate a Sequence Diagram from the Call Stack
- View the related code line in Source Code Editor
Topics:
Topic |
Icon |
Detail |
See also |
---|---|---|---|
Indicators |
|
|
|
Actions |
|
Toolbar Actions:
Right-click on an items in the Stack list and select context menu options to:
|
|
Toolbar |
Save Stack to file |
|
|
Generate Sequence diagram from Stack |
|||
Copy Stack to recording history |
|||
Toggle Stack View |
|||
Stop recording |
Learn More: