如何在windbg中设置断点?
我在 AIR 调试启动器中遇到了错误,我一直在尝试使用 Windbg 进行调查,但我不知道如何使用它。 有人可以告诉我向这个错误函数添加断点的语法(无论地址是什么......)。我想在加载 exe 时放置断点,但我根本不知道如何设置它,这样它会在崩溃之前停止调试器,我也许能够看到是什么调用了这个函数...
让我谢谢你任何帮助。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现命令“bu ntdll32!RtlIntegerToUnicodeString”可以工作。
I've found the command "bu ntdll32!RtlIntegerToUnicodeString" to work.