mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 03:19:17 +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;
|
EndPos:=CurPos.EndPos;
|
||||||
end;
|
end;
|
||||||
if EndPos<1 then exit;
|
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]);
|
Operand:=ExtractCode(StartPos,EndPos,[phpCommentsToSpace]);
|
||||||
if WithoutTrailingPoints then begin
|
if WithoutTrailingPoints then begin
|
||||||
while (Operand<>'') and (Operand[length(Operand)]='.') do
|
while (Operand<>'') and (Operand[length(Operand)]='.') do
|
||||||
|
Loading…
Reference in New Issue
Block a user