Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Contents |
Prev | Next |
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
Access
Ribbon |
Show > Window > Show Toolbar > 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
Learn more