Reputation: 3661
When debugging, i can see the "Call Stack" on visual studio. But i am wondering if there is an option to see all the "call stack" from point to point somewhere?
i want to learn the flow of the application (from the code aspect) and to see all the methods the application executing during a specific flow.
is there a way to collect that information using visual studio?
Thanks
Upvotes: 1
Views: 123
Reputation: 28320
I think you could do this with JetBrains profiler - dotTrace.
Upvotes: 2