是否有用于Visual Studio的工具,可以显示所有调用函数的列表? [英] Is there a tool for Visual Studio which can show the list of all called functions?

查看:561
本文介绍了是否有用于Visual Studio的工具,可以显示所有调用函数的列表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在调试应用程序时,查看按什么顺序调用方法可能很有用.可以在earch方法中编写Debug.WriteLine("Called MethodName"),但我的项目中有很多方法.

When debug application, it may be usefull to see in what sequence methods are called. It is possible to write Debug.WriteLine("Called MethodName") in earch method but there are big number of methods in my project.

有记录方法调用的工具吗?

Is there tool that logging method calls?

推荐答案

运行时流(由我开发)显示了.NET应用程序中的所有函数调用.

Runtime Flow (developed by me) shows all function calls in a .NET application.

这篇关于是否有用于Visual Studio的工具,可以显示所有调用函数的列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆