multithreading - Delphi IDE 在调试线程时挂起

标签 multithreading delphi debugging

这是 this 的后续问题。当我在 Delphi(BDS 2006 with update 2)中调试线程时,我的 IDE 经常挂起,例如当执行遇到我在应用程序启动后设置的断点时。

你有类似的经历吗?你对此有何 react ?

最佳答案

D2009 之前的版本有过这样的报告 = 我记得 BCB2006 也遇到过这个问题。

解决方法 - IIRC - 是删除“局部变量”调试窗口。

Report No: 30653 (RAID: 239655)
Status: Closed Debugger causes IDE to lockup

http://qc.codegear.com/wc/qcmain.aspx?d=30653

qcwin:DEFECT_NO=30653

关于multithreading - Delphi IDE 在调试线程时挂起,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/436648/

相关文章:

c++ - 为什么 std::condition_variable 不是按锁类型模板化的?

c++ - 具有多个客户端的服务器 : how to forward message from one client to another

c - pthread_rwlock的优先级?

Delphi 7 Exe 在非 delphi 机器上不工作

delphi - 如何通过新的 RTTI 设置事件处理程序? [D2010]

visual-studio - 在 Visual Studio 调试器中查看非平凡表达式时出现问题

c# - 如何调试 LINQ 结果

java - Java 中的线程安全双向关联

delphi - 使用 DCrypt 在 Delphi (10 Seattle) 中使用 AES 加密字符串,使用 PHP/OpenSSL 解密

Android:调试正在运行的应用程序的正确方法(运行时错误/日志)