LazDebuggerFp: change default for NextOnlyStopOnStartLine. Now set to "False". Only affects "Step out"

git-svn-id: trunk@63076 -
This commit is contained in:
martin 2020-04-25 13:23:30 +00:00
parent c6680d5c01
commit 3e545f0813

View File

@ -739,7 +739,7 @@ end;
constructor TFpDebugDebuggerProperties.Create;
begin
inherited Create;
FNextOnlyStopOnStartLine:=true;
FNextOnlyStopOnStartLine:=False;
end;
procedure TFpDebugDebuggerProperties.Assign(Source: TPersistent);