mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 20:10:27 +02:00
FpDebug: prevent debugger thread from crashing / prevent IDE hang, waiting for crashed thread.
git-svn-id: trunk@63064 -
This commit is contained in:
parent
fb73a010b2
commit
1cc3be175c
@ -1693,9 +1693,11 @@ begin
|
||||
begin
|
||||
try
|
||||
FAsyncMethod();
|
||||
finally
|
||||
RTLeventSetEvent(FDebugLoopStoppedEvent);
|
||||
except
|
||||
on E: Exception do
|
||||
debugln(['FATAL: ',e.Message]);
|
||||
end;
|
||||
RTLeventSetEvent(FDebugLoopStoppedEvent);
|
||||
end
|
||||
else
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user