mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 04:40:40 +01:00
cody: dictionary: debugging
git-svn-id: trunk@34553 -
This commit is contained in:
parent
c5de3503fb
commit
5faf994f71
@ -25,6 +25,8 @@
|
||||
Dialog to view and search the whole list.
|
||||
|
||||
ToDo:
|
||||
-option to hide fpcsrcdir units not in fpc path
|
||||
-sort identifiers for directory distance
|
||||
-quickfix for identifier not found
|
||||
-use identifier: check package version
|
||||
-check for conflict: other unit with same name already in search path
|
||||
@ -288,7 +290,7 @@ begin
|
||||
end;
|
||||
except
|
||||
on E: Exception do begin
|
||||
debugln('WARNING: TCodyUDLoadSaveThread.Execute '+E.Message);
|
||||
debugln(['WARNING: TCodyUDLoadSaveThread.Execute Load=',Load,' ',E.Message]);
|
||||
Dictionary.LoadSaveError:=E.Message;
|
||||
end;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user