如何在windbg中设置断点?

发布于 2024-11-27 18:23:18 字数 242 浏览 0 评论 0原文

我在 AIR 调试启动器中遇到了错误,我一直在尝试使用 Windbg 进行调查,但我不知道如何使用它。 有人可以告诉我向这个错误函数添加断点的语法(无论地址是什么......)。我想在加载 exe 时放置断点,但我根本不知道如何设置它,这样它会在崩溃之前停止调试器,我也许能够看到是什么调用了这个函数...

让我谢谢你任何帮助。

bug

Im having a bug in AIR debug launcher and I have been trying to investigate with windbg, but i dont know how to use it.
Can someone tell me the syntaxe to add a breakpoint to this bugging function (whatever the address can be...). I would like to put the breakpoint when i load the exe and i dont know at all how to set it so it will stop the debugger before crashing and i may be able to see what did call this function...

Let me thank you for any help.

bug

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

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

发布评论

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

评论(1

等待圉鍢 2024-12-04 18:23:18

我发现命令“bu ntdll32!RtlIntegerToUnicodeString”可以工作。

I've found the command "bu ntdll32!RtlIntegerToUnicodeString" to work.

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