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
Java
Debugging is implemented through the Java Virtual Machine Tools Interface (JVMTI), which is part of the Java Platform Debugger Architecture (JPDA); the JPDA was introduced in Java SE version 5.0. Note: 64bit versions of the Java JDK are not currently supported in Enterprise Architect, for debugging and recording purposes.
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.
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.
|
Microsoft C++ and Native (C, VB)
|
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 |