i need a tool that takes c# code and generate the control flow graph of the code if there's something like this in visual studio ............ do please point it out to me thanks
Asked
Active
Viewed 3,546 times
1 Answers
2
right-click, Generate Sequence Diagram

J Benjamin
- 4,722
- 6
- 29
- 39
-
3i'm sorry but this is not the answer i' looking for what i need is a tool to generate control flow graphs (CFG) which is used in software testing http://en.wikipedia.org/wiki/Control_flow_graph – mahmoudelbadry Nov 17 '10 at 16:52