mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 17:56:16 +02:00
LazDebuggerFp: change default for NextOnlyStopOnStartLine. Now set to "False". Only affects "Step out"
git-svn-id: trunk@63076 -
This commit is contained in:
parent
c6680d5c01
commit
3e545f0813
@ -739,7 +739,7 @@ end;
|
|||||||
constructor TFpDebugDebuggerProperties.Create;
|
constructor TFpDebugDebuggerProperties.Create;
|
||||||
begin
|
begin
|
||||||
inherited Create;
|
inherited Create;
|
||||||
FNextOnlyStopOnStartLine:=true;
|
FNextOnlyStopOnStartLine:=False;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TFpDebugDebuggerProperties.Assign(Source: TPersistent);
|
procedure TFpDebugDebuggerProperties.Assign(Source: TPersistent);
|
||||||
|
Loading…
Reference in New Issue
Block a user