DBG: Always set pause state, if stopped, even if the reaon is not in the list

git-svn-id: trunk@28377 -
This commit is contained in:
martin 2010-11-21 02:34:51 +00:00
parent 0c071df579
commit aa572c8941

View File

@ -3056,6 +3056,8 @@ begin
end;
DebugLn('[WARNING] Debugger: Unknown stopped reason: ', Reason);
SetDebuggerState(dsPause);
ProcessFrame(List.Values['frame']);
finally
List.Free;
end;