开发者

how to set up a breakpoint in windbg?

开发者 https://www.devze.com 2023-03-25 00:07 出处:网络
Im having a bug in AIR debug launcher and 开发者_JS百科I have been trying to investigate with windbg, but i dont know how to use it.

Im having a bug in AIR debug launcher and 开发者_JS百科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.

how to set up a breakpoint in windbg?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消