mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 03:01:41 +02:00
DBG: Fix automatic reset of debugger, after error state
git-svn-id: trunk@30560 -
This commit is contained in:
parent
be30cfeca4
commit
f429d822c0
@ -1718,7 +1718,10 @@ begin
|
||||
end;
|
||||
|
||||
if (dmsDebuggerObjectBroken in FManagerStates)
|
||||
then FreeDebugger;
|
||||
then begin
|
||||
FreeDebugger;
|
||||
FIsInitializingDebugger:= True; // been reset by FreeDebuger
|
||||
end;
|
||||
|
||||
// check if debugger is already created with the right type
|
||||
if (FDebugger <> nil)
|
||||
|
Loading…
Reference in New Issue
Block a user