Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET Generate Sequence Diagrams From Running Code

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

like image 554
Ben Aston Avatar asked Mar 02 '23 03:03

Ben Aston


1 Answers

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.

like image 155
Jim Anderson Avatar answered Mar 16 '23 15:03

Jim Anderson