mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-07 11:38:18 +02:00
IDE: nicer debug msg
git-svn-id: trunk@55650 -
This commit is contained in:
parent
2f945a5ee7
commit
746dbe6086
@ -273,7 +273,7 @@ begin
|
|||||||
FilenameOfClass:=CodeToolBoss.DirectoryCachePool.FindUnitSourceInCompletePath(
|
FilenameOfClass:=CodeToolBoss.DirectoryCachePool.FindUnitSourceInCompletePath(
|
||||||
ExtractFilePath(AFile.Filename),AnUnitName,InFilename);
|
ExtractFilePath(AFile.Filename),AnUnitName,InFilename);
|
||||||
if FilenameOfClass='' then begin
|
if FilenameOfClass='' then begin
|
||||||
debugln(['FindDeclarationOfOIProperty Row=',Row.Name,' Instance=',DbgSName(APersistent),' LookupRoot=',DbgSName(LookupRoot),' Unit not found: ',AnUnitName,' started search in directory of lookuproot: ',AFile.Filename]);
|
debugln(['FindDeclarationOfOIProperty FindUnitSourceInCompletePath failed: Row=',Row.Name,' Instance=',DbgSName(APersistent),' LookupRoot=',DbgSName(LookupRoot),' Unit not found: ',AnUnitName,' started search in directory of lookuproot: ',AFile.Filename]);
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
if not LazarusIDE.BeginCodeTools then begin
|
if not LazarusIDE.BeginCodeTools then begin
|
||||||
|
Loading…
Reference in New Issue
Block a user