摘要:
本文介绍两种使用Windbg在Managed App中设置断点的方法。一种是在live Debug的时候,attach到了Process之后。另外一种是动态调试的时候,如何给几个模块的特定方法下一个断点。 使用Windbg在Native Code里面下断点是比较方便的,bp加上一个内存地址就可以做到 阅读全文
posted @ 2022-05-25 19:56
gxh973121
阅读(143)
评论(0)
推荐(0)