mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 19:23:49 +02:00
Debugger: Filenames (for line-info) must be case-sensitive
git-svn-id: trunk@42495 -
This commit is contained in:
parent
b20db9cf61
commit
fc3240996d
@ -6815,11 +6815,11 @@ begin
|
||||
FSourceIndex := TStringList.Create;
|
||||
FSourceIndex.Sorted := True;
|
||||
FSourceIndex.Duplicates := dupError;
|
||||
FSourceIndex.CaseSensitive := False;
|
||||
FSourceIndex.CaseSensitive := True;
|
||||
FRequestedSources := TStringList.Create;
|
||||
FRequestedSources.Sorted := True;
|
||||
FRequestedSources.Duplicates := dupError;
|
||||
FRequestedSources.CaseSensitive := False;
|
||||
FRequestedSources.CaseSensitive := True;
|
||||
inherited;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user