C# 运行时应用程序诊断
我正在开发 ac# GUI,想知道是否有任何(最好是免费的)运行时诊断程序可用。
我正在寻找一种方法来监视用户与 GUI 的交互以及何时调用哪些函数。 最好我不想添加调试代码堆栈,因为这有可能改变我正在寻找的错误的行为。
目前我正在使用 Spy++,但我发现它有点繁重,因为我对此及其生成数据堆栈有点陌生。
I am developing a c# GUI and was wondering if there were any (preferably free) runtime diagnostic programs available.
What Im looking for is a way to monitor user interactions with my GUI and what functions are called when. Preferably I do not want to add stacks of debug code as this has the potential to change the behaviour of the bug I am looking for.
Currently Im using Spy++ but am finding it a little heavy going as Im kinda new to this and its generating stacks of data.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
EQATEC profiler 使用起来非常简单。 也免费。 最初的目标是 Compact Framework,但从 2.00 开始,现在也更面向桌面。
EQATEC profiler is pretty simple to use. Free too. Started life targetting Compact Framework but since 2.00 is now geared more towards Desktop too.
我推荐 ANTS 分析器。
有试用版,前两周免费。
I recommend ANTS profiler.
There is a trial available, first two weeks free.
除了 ANTS 分析器之外,还可以看看 JetBrain 的 dotTrace
In addition to ANTS profiler have a look at JetBrain's dotTrace