mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-05 16:35:57 +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;
|
||||
begin
|
||||
inherited Create;
|
||||
FNextOnlyStopOnStartLine:=true;
|
||||
FNextOnlyStopOnStartLine:=False;
|
||||
end;
|
||||
|
||||
procedure TFpDebugDebuggerProperties.Assign(Source: TPersistent);
|
||||
|
Loading…
Reference in New Issue
Block a user