开发者

Flow chart generator from source files [closed]

开发者 https://www.devze.com 2023-01-20 18:15 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed开发者_如何学Python 10 years ago.

I'm searching for a tool that let me generate a flow chart for a given project. It is difficult understand others code by looking at code, a flow chart can be very helpful.

My Project is in VS 2010 Professional Edition.


The Visual Studio Learning Pack has a flowchart generator, but unfortunately, it only works with the 2008 editions.

What you probably actually want are called Sequence Diagrams. This functionality is built into VS 2010 Ultimate Edition.

You just right-click inside a method and select “Generate the sequence diagram” from the pop up menu.

Flow chart generator from source files [closed]


ReSharper has a Call Tracking feature that can display incoming and outgoing calls sequenced in an interactive, graphical tree view.

Flow chart generator from source files [closed]

It also has a similar feature for Value Tracking that displays data flows.

Flow chart generator from source files [closed]

0

精彩评论

暂无评论...
验证码 换一张
取 消