mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 20:18:17 +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(
|
||||
ExtractFilePath(AFile.Filename),AnUnitName,InFilename);
|
||||
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;
|
||||
end;
|
||||
if not LazarusIDE.BeginCodeTools then begin
|
||||
|
Loading…
Reference in New Issue
Block a user