mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-28 00:03:47 +02:00
codetools: reduce debug info
git-svn-id: trunk@17033 -
This commit is contained in:
parent
931bd14603
commit
f3bb14bdb6
@ -2639,7 +2639,7 @@ var
|
||||
Node: TCodeTreeNode;
|
||||
DiffPos: Integer;
|
||||
begin
|
||||
DebugLn(['TCompilerDirectivesTree.Replace ',FromPos,'-',ToPos,' Old="',copy(Src,FromPos,ToPos-FromPos),'" New="',NewSrc,'"']);
|
||||
//DebugLn(['TCompilerDirectivesTree.Replace ',FromPos,'-',ToPos,' Old="',copy(Src,FromPos,ToPos-FromPos),'" New="',NewSrc,'"']);
|
||||
IncreaseChangeStep;
|
||||
Code.Replace(FromPos,ToPos-FromPos,NewSrc);
|
||||
Src:=Code.Source;
|
||||
|
Loading…
Reference in New Issue
Block a user