mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-02-24 18:58:25 +01:00
IDE: debugln when environmentoption macro fails
git-svn-id: trunk@41937 -
This commit is contained in:
parent
ab277e68c5
commit
2c88bfd8f5
@ -1776,7 +1776,9 @@ begin
|
||||
Parsing:=true;
|
||||
try
|
||||
ParsedValue:=UnparsedValue;
|
||||
GlobalMacroList.SubstituteStr(ParsedValue);
|
||||
if not GlobalMacroList.SubstituteStr(ParsedValue) then begin
|
||||
debugln(['TEnvironmentOptions.GetParsedValue failed for ',dbgs(o)]);
|
||||
end;
|
||||
ParseStamp:=CompilerParseStamp;
|
||||
|
||||
case o of
|
||||
|
||||
@ -312,7 +312,7 @@ begin
|
||||
if InUse>MaxUsePerMacro then begin
|
||||
// circle detected
|
||||
Handled:=true;
|
||||
MacroStr:='<CIRCLE:'+MacroName+'>';
|
||||
MacroStr:='<CYCLE:'+MacroName+'>';
|
||||
break;
|
||||
end;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user