Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Debug Menu
As you model and test software applications, you can execute complete debugging sessions on the code and observe the outcome as Sequence diagrams generated from the Call Stack.
Access Analyzer | Debug
Debugging Options
Option |
Action |
See also |
---|---|---|
Debugger |
Control a debugging session and review the output, using the Debug window. Shortcut: |
Debugging |
Debug Run |
Start or resume the debugger. If no debug session is in progress, the active Analyzer Script is used to determine which application to run or whether the debugger should attach to an already running process. Shortcut: |
Run the Debugger |
Debug Pause |
Suspend execution of process being debugged. |
|
Step Into |
Step into the current function. Shortcut: |
|
Step Over |
Step over the current function. Shortcut: |
|
Step Out |
Step out of the current function. Shortcut: |
|
Debug Stop |
Stop the current debug session. Shortcut: |
|
Generate Sequence Diagram From Stack |
Create a Sequence diagram from the Stack Trace History. |
Create Sequence Diagram Of Call Stack |
Register as Just-In-Time Debugger |
Register Enterprise Architect as the operating system debugger, saving the currently registered debugger. When an exception or crash occurs in an application running outside Enterprise Architect, the Enterprise Architect debugger is opened so that you can debug the application. When this option is de-selected again, the previously-registered debugger is restored. |