摘要:
Preface First, let’s recap, there are 2 kinds of objects in .NET: value types and reference types that are created on the stack and in the heap (manag 阅读全文
posted @ 2020-11-04 00:16 linFen 阅读(201) 评论(0) 推荐(0)
|
摘要:
Preface First, let’s recap, there are 2 kinds of objects in .NET: value types and reference types that are created on the stack and in the heap (manag 阅读全文
posted @ 2020-11-04 00:16 linFen 阅读(201) 评论(0) 推荐(0)
摘要:
非托管命令lldbwindbg 列出当前模块 image list lmf 当前线程 thread list ~ 当前线程栈回溯 thread backtrace kp 所有线程栈回溯 thread backtrace all ~* kp 切换线程 thread select 2 ~2s kp 查看 阅读全文
posted @ 2020-11-04 00:14 linFen 阅读(310) 评论(0) 推荐(0) |
||