mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 21:19:24 +02:00
Debugger: Disable logging of stackdump during unit lookup
git-svn-id: trunk@42856 -
This commit is contained in:
parent
7e9930404c
commit
4c52e89cc2
@ -602,7 +602,7 @@ function TDebugManager.GetFullFilename(const AUnitinfo: TDebuggerUnitInfo;
|
|||||||
exit;
|
exit;
|
||||||
debugln(['TDebugManager.GetFullFilename found ',CodePos.Code.Filename,' Line=',CodePos.Y,' Col=',CodePos.X]);
|
debugln(['TDebugManager.GetFullFilename found ',CodePos.Code.Filename,' Line=',CodePos.Y,' Col=',CodePos.X]);
|
||||||
AUnitinfo.LocationFullFile := CodePos.Code.Filename;
|
AUnitinfo.LocationFullFile := CodePos.Code.Filename;
|
||||||
DumpStack;
|
//DumpStack;
|
||||||
Result:=true;
|
Result:=true;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user