Book a Demo

Author Topic: Sequence diagram from c# file  (Read 3719 times)

hatem

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Sequence diagram from c# file
« on: November 14, 2006, 10:05:08 am »
Hi all
I'am trying to generate sequence diagrams from a C# source file but I am not getting any result , I get only method, variable difenation.

Regards

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Sequence diagram from c# file
« Reply #1 on: November 14, 2006, 10:39:11 am »
EA does not currently generate sequence diagrams through reverse engineering, only class diagrams.
No, you can't have it!

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: Sequence diagram from c# file
« Reply #2 on: November 14, 2006, 03:58:38 pm »
Sequence diagrams can be generated from running code by recording a stack trace in a debug session.  See the following page for more information:
http://www.sparxsystems.com.au/EAUserGuide/recording_a_debug_session.htm

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Sequence diagram from c# file
« Reply #3 on: November 14, 2006, 08:22:38 pm »
Yes of course...

Sorry about that Aaron, I should have remembered that there is (now) more than one way to skin that particular cat.
No, you can't have it!