views:

529

answers:

1

This is kind of a follow-up question to this. When I'm debugging threads in Delphi (BDS 2006 with update 2) my IDE often hangs, e.g. when the execution runs into a breakpoint that I have set after the app started.

Do you have similar experiences? What do you do about it?

+4  A: 

There have been reports of this with pre-D2009 versions = I remember BCB2006 suffering from this.

The workaround - IIRC - is to remove the "Local Variables" debug window.

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

Roddy
Sounds somewhat familiar even if it doesn't mention threads which increase the chance of a hangup immensely. :-)
Ulrich Gerhardt