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 toolbar you can:

·Attach to running processes
·Open a number of debugger windows
·Run, pause or terminate program execution
·Step over, step into or step out of program statements
 

debug_toolbar

Access    View | Toolbars | Debug

Debug Toolbar Options

Icon/Option

Action

Shortcut

See also

Drop-down Command List

Click on the drop-down arrow and select options from the menu for attaching to a running process and accessing a range of debugging windows.

 

Debug Another Process

Breakpoint and Marker Management

View the Call Stack

View the Local Variables

View Variables in Other Scopes

Inspect Process Memory

Show Loaded Modules

 

Debug

Click on this option to begin or continue execution of the current program.

 

F6

 

Pause-Resume

Click on this option to pause or resume execution of the current program.

 

 

 

Step Over

Click on this option to step over the next statement in the program.

 

Alt+F6

 

Step In

Click on this option to step into the next function call in the program.

 

Shift+F6

 

Step Out

Click on this option to step out of the current function call.

 

Ctrl+F6

 

Debug Stop

Click on this option to stop debugging the current program.

 

Ctrl+Alt+F6

 

Notes

·The toolbar can be docked to any main window edge or floated freely in a convenient location for quick access
·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