C# 运行时应用程序诊断

发布于 2024-07-11 18:31:09 字数 182 浏览 7 评论 0原文

我正在开发 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

动次打次papapa 2024-07-18 18:31:09

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.

猫烠⑼条掵仅有一顆心 2024-07-18 18:31:09

我推荐 ANTS 分析器

有试用版,前两周免费。

I recommend ANTS profiler.

There is a trial available, first two weeks free.

小镇女孩 2024-07-18 18:31:09

除了 ANTS 分析器之外,还可以看看 JetBrain 的 dotTrace

In addition to ANTS profiler have a look at JetBrain's dotTrace

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文