.NET Generate Sequence Diagrams From Running Code

Ben Aston picture Ben Aston · Dec 23, 2008 · Viewed 10.7k times · Source

Is there a tool that can generate sequence diagrams from running .NET code?

Answer

Jim Anderson picture Jim Anderson · Dec 23, 2008

Enterprise Architect will generate sequence diagrams from running code. You set break points where you want your diagramming to begin and end and then run the code and it will give you a sequence diagram of the code that ran. I have done this successfully with C# code.

Here are the instructions from the user guide.