调试时显示线程名称 - delphi
我发现了一些关于在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当执行暂停时(因为通过单击“暂停”图标或选择菜单“运行”、“程序暂停”触发暂停;或者因为命中断点),线程名称在“线程”窗口中可见(“查看”、“调试窗口”、“线程”) ; 或 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.