mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 12:12:25 +02:00
Debugger: DefaultTimeout in attach code. Issue #25386
git-svn-id: trunk@43502 -
This commit is contained in:
parent
820f34e246
commit
032e431f63
@ -5213,6 +5213,7 @@ begin
|
|||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
DefaultTimeOut := DebuggerProperties.TimeoutForEval;
|
||||||
|
|
||||||
// Tnit (StartDebugging)
|
// Tnit (StartDebugging)
|
||||||
TargetInfo^.TargetFlags := [tfHasSymbols]; // Set until proven otherwise
|
TargetInfo^.TargetFlags := [tfHasSymbols]; // Set until proven otherwise
|
||||||
|
Loading…
Reference in New Issue
Block a user