Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Ahibhushan on June 12, 2010, 02:33:28 am
-
Hi,
I would like to generate the sequence diagram for the C++ code in the fashion given in the URL below: http://www.sparxsystems.com/resources/demos/debuggingcs/debuggingcs.swf
The problem is that my C++ code is in LINUX machine (SUSE 10) and Enterprise Architecture(EA) is present in windows. I can access the code via virtual machine and also I can create class diagrams via EA. But i cannot auto generate the sequence diagram by debugging the code from the EA as shown in link above. Is there any means i can achieve auto generation of sequence diagram? :-/
Thanks
PS. Please let me know if this is not clear.
-
From the help:
You can debug native code only if there is a corresponding PDB file for the executable. You normally create the PDB file as a result of building the application.
-
But can I create the PDB file for the makefile C++ code in present in the linux environment? :-/
-
Only if you can use a Microsoft compiler. So, not that I know of.
-
Only if you can use a Microsoft compiler. So, not that I know of.
simon,
that's cynic somehow, isn't it?
g.