LazDebuggerFp (pure): Revert of r44766 #5cbd21f02c, leads to problems on Windows

git-svn-id: trunk@44767 -
This commit is contained in:
joost 2014-04-20 10:54:50 +00:00
parent 5cbd21f02c
commit f96d70776c

View File

@ -217,7 +217,7 @@ end;
procedure TFPBreakpoint.DoStateChange(const AOldState: TDBGState);
begin
if (Debugger.State in [dsPause, dsInit]) then
if (Debugger.State = dsPause) then
begin
if Enabled and not FIsSet then
begin
@ -666,7 +666,7 @@ end;
procedure TFpDebugDebugger.FDbgControllerCreateProcessEvent(var continue: boolean);
begin
// This will trigger setting the breakpoints
SetState(dsInit);
SetState(dsPause);
end;
function TFpDebugDebugger.RequestCommand(const ACommand: TDBGCommand;