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

Operating System Specific Requirements

Important - Please read the information provided in this topic.

Topics

Topic

Detail

See also

Prerequisites

Creation of an Analyzer script and configuration of the Debug command in that script.

 

 

Supported Platforms

Enterprise Architect supports debugging on these platforms:

.NET

Microsoft .NET Framework 1.1 and later, including .NET 4
Language support: C, C#, C++, J#, Visual Basic

 

Java

Java 2 Platform Standard edition (J2SE) version 5.0
J2EE JDK 1.4 and above
Requires previous installation of the Java Runtime Environment and Java Development Kit from Sun Microsystems

 

Debugging is implemented through the Java Virtual Machine Tools Interface (JVMTI), which is part of the Java Platform Debugger Architecture (JPDA); the JPDA is included in the J2SE SDK 1.3 and later.

 

Windows for Native Applications

Enterprise Architect supports debugging native code (C, C++ and Visual Basic) compiled with the Microsoft compiler where an associated PDB file is available.

You can import native code into your model, and record the execution history for any Classes and methods.

You can also generate Sequence diagrams from the resulting execution path.

 

PHP

Enterprise Architect enables you to perform local and remote debugging with PHP.exe.

 

GNU Debugger (GDB)

Enterprise Architect supports debugging using the GNU Debugger, which enables you to debug your applications under Linux either locally or remotely.

 

 

.NET

 

 

 

Java

 

 

 

 

 

 

 

Microsoft C++ and Native (C, VB)

 

 

 
 

 

The PHP Debugger

 

 

The GNU Debugger

Notes

Debugging under Windows Vista (x64) - if you encounter problems debugging with Enterprise Architect on a 64-bit platform, you should build a Win32 platform configuration in Visual Studio; that is, do not specify ANY-CPU, specify WIN32