Omtechguy
Omtechguy

Reputation: 3661

Looking for more than the regular visual studio "call stack"

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

Answers (1)

Dmitry Pavlov
Dmitry Pavlov

Reputation: 28320

I think you could do this with JetBrains profiler - dotTrace.

Upvotes: 2

Related Questions