mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 23:16:09 +02:00
codetools: reduced debugging
git-svn-id: trunk@21986 -
This commit is contained in:
parent
1ffd720917
commit
2360f0fed7
@ -3521,7 +3521,7 @@ begin
|
||||
EndPos:=CurPos.EndPos;
|
||||
end;
|
||||
if EndPos<1 then exit;
|
||||
DebugLn(['TStandardCodeTool.ExtractOperand "',dbgstr(copy(Src,StartPos,EndPOs-StartPos)),'"']);
|
||||
//DebugLn(['TStandardCodeTool.ExtractOperand "',dbgstr(copy(Src,StartPos,EndPOs-StartPos)),'"']);
|
||||
Operand:=ExtractCode(StartPos,EndPos,[phpCommentsToSpace]);
|
||||
if WithoutTrailingPoints then begin
|
||||
while (Operand<>'') and (Operand[length(Operand)]='.') do
|
||||
|
Loading…
Reference in New Issue
Block a user