开发者

View the workflow in VS 2010

I want to view the functions being called one after the other when I click on some web page. Obviously I have the code running on my local machine. I have used Visual Studio 2010 for the development. Is there a tool to do that where I can see wh开发者_StackOverflowich function is calling the other in VS 2010 apart from using breakpoints?


I'm not sure if this is exactly what you want, but it's worth a look.

If you right click on a method name in the code window and select "View Call Hierarchy" (Ctrl+K, Ctrl+T) it will display the Call Hierarchy window (Ctrl+W, K) with the selected method as the root. This will allow you to browse the calls to and calls from the selected method.

It is a tree view, and by expanding the required nodes you can drill as far down the call hierarchy as you need to go.


Runtime Flow (developed by me) can do it. To monitor ASP.NET you will need to use Customized Run as described in Quick Start.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜