如何在WinDbg中打印执行过程中的每个函数调用?

发布于 2024-08-21 00:46:35 字数 66 浏览 3 评论 0原文

我正在调试一个用 VC++ 编写的应用程序。 如何让 WinDbg 在执行调试过程期间打印函数名称和函数参数的所有值?

I am debugging an application written in VC++.
How do i make WinDbg print the function name and all the values of the arguments to the functions during execution of the debuged process?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

旧竹 2024-08-28 00:46:35

好的,我刚刚发现可以使用 "wt" 命令。

Ok, i just found out that it can be done using the "wt" command.

鯉魚旗 2024-08-28 00:46:35

很抱歉没有给出完整的答案,但您也许可以将我给出的建议与这些点结合起来。

首先,这里 和文章描述了如何在 WinDbg 中获取变量的值 - 您也许可以使用它来获取参数值。

另外,这个博客 有相当多的WinDbg脚本示例,这可以帮助您编写脚本来完成您需要的任务。

希望这有帮助。

Sorry for not giving a complete answer, but you might be able to join the dots with the suggestions I give.

First, here's and article to describe how to get the values of variable in WinDbg - you might be able to use this to get the parameter values.

Also, this blog has quite a number of WinDbg script example, this could help you write a script to do task you need.

Hope this helps.

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