Debugger: Disable logging of stackdump during unit lookup

git-svn-id: trunk@42856 -
This commit is contained in:
martin 2013-09-18 11:17:12 +00:00
parent 7e9930404c
commit 4c52e89cc2

View File

@ -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;