I want to write some code( or if there is tool that can give thsi info ) that can return chian of methods executed( or called) - giving a starting point ( a fully qualified method name ) as input.
I am hoping this can be done via querying metadata on a dotnet assembly.
thanks for any pointers in advance!
update #1: http://sequenceviz.codeplex.com/ gives ability to generate forward chain of sequence diagram. I am looking into being able to reverse lookup the same info. Like given a method if we can generate reverse graph for all places from where it can be called.