Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Ahibhushan on June 12, 2010, 02:33:28 am

Title: Auto Generating Sequence Diagram for C++ Code
Post 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.
Title: Re: Auto Generating Sequence Diagram for C++ Code
Post by: Eve on June 16, 2010, 08:42:48 am
From the help:
Quote
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.
Title: Re: Auto Generating Sequence Diagram for C++ Code
Post by: Ahibhushan on June 17, 2010, 12:01:13 am
But can I create the PDB file for the makefile C++ code in present in the linux environment?   :-/
Title: Re: Auto Generating Sequence Diagram for C++ Code
Post by: Eve on June 17, 2010, 08:36:15 am
Only if you can use a Microsoft compiler.  So, not that I know of.
Title: Re: Auto Generating Sequence Diagram for C++ Code
Post by: Makulik on June 17, 2010, 10:16:55 pm
Quote
Only if you can use a Microsoft compiler.  So, not that I know of.
simon,

that's cynic somehow, isn't it?
g.