Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Debug Menu

The Debug menu provides a range of options for running a debug session.

The Debug Menu

Action

Usage

Shortcut

See also

Debugger  

Display the Debug window, which enables you to control debugging and shows output from a debug session.

 

Alt + 8

 

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.

 

F6

Run the Debugger

Debug Pause

Suspend execution of process being debugged.

 

 

Step Into

Step into the current function.

 

Shift + F6

Step Over

Step over the current function.

 

Alt + F6

Step Out

Step out of the current function.

 

Ctrl + F6

Debug Stop

Stop the current debug session.

 

Ctrl + Alt + F6

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

Registers 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 to enable you to debug the application.

When the option is de-selected again, the previously-registered debugger is restored.