mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 20:18:15 +02:00
IDE: fix compile with -d IDE_DEBUG
git-svn-id: trunk@30530 -
This commit is contained in:
parent
aaff414d3e
commit
4e9ac4764e
@ -8923,7 +8923,7 @@ var
|
||||
SrcEdit: TSourceEditor;
|
||||
begin
|
||||
{$IFDEF IDE_DEBUG}
|
||||
debugln('TMainIDE.DoCloseEditorFile A PageIndex=',IntToStr(AnUnitInfo.PageIndex));
|
||||
//debugln('TMainIDE.DoCloseEditorFile A PageIndex=',IntToStr(AnUnitInfo.PageIndex));
|
||||
{$ENDIF}
|
||||
Result:=mrCancel;
|
||||
if AEditor = nil then exit;
|
||||
@ -17437,7 +17437,7 @@ begin
|
||||
OverrideMethodName);
|
||||
{$IFDEF IDE_DEBUG}
|
||||
debugln('');
|
||||
debugln('[TMainIDE.OnPropHookCreateMethod] ************2 ',r,' ',AMethodName);
|
||||
debugln('[TMainIDE.OnPropHookCreateMethod] ************2 ',dbgs(r),' ',AMethodName);
|
||||
{$ENDIF}
|
||||
ApplyCodeToolChanges;
|
||||
if r then begin
|
||||
|
Loading…
Reference in New Issue
Block a user