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

Debug Toolbar

The Debug toolbar provides access to tools for debugging program source code. From this you can:

Attach to running processes
Run, pause or terminate program execution
Step over, step into or step out of program statements
 

The toolbar can be docked to any main window edge or floated freely in a convenient location for quick access.

Access    View | Toolbars | Debug

debug_toolbar

Action

Usage

Shortcut

See also

Drop-down Command List

Show a drop-down menu containing commands for running and managing Analyzer scripts.

 

 

 

Attach to Process

Attach to a running process.

 

 

 

Debug

Begin or continue execution of  the current program.

 

F6

 

Pause-Resume

Pause or resume program execution.

 

 

 

Step Over

Step over the next statement.

 

Alt+F6

 

Step In

Step into the next statement.

 

Shift+F6

 

Step Out

Step out of the current method.

 

Ctrl+F6

 

Debug Stop

Terminate execution of the current program.

 

Ctrl+Alt+F6

 

Notes

You can move this toolbar to any dockable position and it retains that position in subsequent sessions
You can hide or show the toolbar by clicking on the View | Toolbars | Debug menu option

Learn more