调试时显示线程名称 - delphi

发布于 2024-11-06 00:32:16 字数 248 浏览 0 评论 0原文

我发现了一些关于在 Delphi 中命名线程的好问题和好答案。 就像这个Delphi 中的命名线程 - 这是做什么用的?

但是,在调试时,我如何才能看到线程的名称呢? 而且,即使如此,我也无法在 Process Explorer 之类的实用程序中看到线程名称,对吗?

I've found some good questions and with good answers for naming threads in Delphi.
Like this one Named threads in Delphi - what is that for?.

But how, while debugging, I get to see the name of the thread?
And also, even with that, I cannot see the thread name in utilities like Process Explorer right?

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

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

发布评论

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

评论(1

浅唱ヾ落雨殇 2024-11-13 00:32:16

当执行暂停时(因为通过单击“暂停”图标或选择菜单“运行”、“程序暂停”触发暂停;或者因为命中断点),线程名称在“线程”窗口中可见(“查看”、“调试窗口”、“线程”) ; 或 Ctrl-Alt-T)。

不,Process Explorer 无法显示线程名称。

When the execution is paused (because you trigger the pause by clicking the "pause" icon or selecting menu Run, Program Pause; or because the breakpoint is hit), the thread names are visible in the Threads window (View, Debug Windows, Threads; or Ctrl-Alt-T).

No, Process Explorer cannot show thread names.

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