在 Windows 中,有独立的实用程序来监视线程的调用堆栈吗?

发布于 2024-10-30 14:54:57 字数 60 浏览 1 评论 0原文

有谁知道有一个程序可以用来查看任何给定 Windows 线程使用的调用堆栈/内存?

谢谢。

Does anyone know of a program that can be used to look at the callstack/memory being used by any given Windows thread?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

也只是曾经 2024-11-06 14:54:58

WinDbg 是最常用的此类工具之一。您可以从此处免费下载 32 位版本和 64 位版本位版本来自此处。使用此工具,您可以从命令行附加到任何 Windows 进程 WinDbg -p

在这里您可以找到常见 WinDbg 命令的列表,包括堆栈跟踪和不同的内存检查命令。 在这里您可以找到 WinDbg 教程。

希望这会有所帮助。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文