8

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

hippietrail
  • 15,848
  • 18
  • 99
  • 158

1 Answers1

2

right-click, Generate Sequence Diagram

J Benjamin
  • 4,722
  • 6
  • 29
  • 39
  • 3
    i'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