Prev | Next |
The GNU Debugger (GDB)
When debugging your applications you can use the GNU Debugger (GDB), which is portable and runs on Unix-like systems such as Linux, as well as on Windows. The GDB works for many programming languages including Ada, Java, C, C++ and Objective-C. Using the GDB, you can debug your applications either locally or remotely.
Access
On the Execution Analyzer window, either:
- Locate and double-click on the required script and select the 'Debug > Platform' page or
- Click on in the window Toolbar, select the Package in which to create a new script, and select the 'Debug > Platform' page
Ribbon |
Code > Configure > Analyzer > Edit Analyzer Scripts Execute > Run > Analyzer |
Context Menu |
Project Browser | Right-click on Package | Execution Analyzer |
Keyboard Shortcuts |
|
Set up the GNU Debugger
Task |
Details |
See also |
---|---|---|
Set up Script |
An Analyzer Script is a basic requirement for debugging in Enterprise Architect; you create a script using the Execution Analyzer toolbar. On the 'Platform' page of the Execution Analyzer Script Editor, in the 'Debugger' field click on the drop-down arrow and select 'GDB'. |
Managing Analyzer Scripts |
Define Connection Settings |
The property panel displays a number of connection settings for which you provide values.
|
Notes