Code Execution Flow Using Enterprise Architecture

We have a large C # ASP.NET application, the code base is so large that I need some kind of tool to visualize how the thread of execution is executed through the code. I only have VS 2013 Professional Edition, and there is no way to get the Ultimate edition.

Is there a way to get the code flow diagram using VS 2013 Professional?

I am also trying to have Enterprise Architect look at the execution flow, but I do not know how to use EA.

Can anyone let me know how I use EA to view the ASP.NET application thread of execution?

Thanks in advance.

+3
source share

All Articles