开发者

In windows, standalone utility to monitor a thread's callstack?

开发者 https://www.devze.com 2023-02-21 21:00 出处:网络
Does anyone kn开发者_StackOverflow社区ow of a program that can be used to look at the callstack/memory being used by any given Windows thread?

Does anyone kn开发者_StackOverflow社区ow of a program that can be used to look at the callstack/memory being used by any given Windows thread?

Thanks.


One of the most commonly used tools for such things is WinDbg. You can freely download 32-bit version from here and 64-bit version from here. Using this tool you can attach to any Windows process from a command line WinDbg -p <Process_ID>

Here you can find a list of common WinDbg command including stack trace and different memory inspection commands. Here you can find a WinDbg tutorial.

Hope this will help.

0

精彩评论

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

关注公众号