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:
Access
View | Toolbars | Debug
Debug Toolbar Options
Icon/Option |
Action |
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. |
View Variables in Other Scopes View the Call Stack View the Local Variables Debug Another Process Show Loaded Modules Breakpoint and Marker Management Inspect Process Memory |
Debug |
Click on this option to begin or continue execution of the current program. Shortcut: |
|
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. Shortcut: |
|
Step In |
Click on this option to step into the next function call in the program. Shortcut: |
|
Step Out |
Click on this option to step out of the current function call. Shortcut: |
|
Debug Stop |
Click on this option to stop debugging the current program. Shortcut: |
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