DBG: Fix automatic reset of debugger, after error state

git-svn-id: trunk@30560 -
This commit is contained in:
martin 2011-05-05 20:43:59 +00:00
parent be30cfeca4
commit f429d822c0

View File

@ -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)