mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 10:39:20 +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;
|
end;
|
||||||
|
|
||||||
if (dmsDebuggerObjectBroken in FManagerStates)
|
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
|
// check if debugger is already created with the right type
|
||||||
if (FDebugger <> nil)
|
if (FDebugger <> nil)
|
||||||
|
Loading…
Reference in New Issue
Block a user