mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-02-19 18:36:42 +01:00
codetools: reduced debugging
git-svn-id: trunk@26985 -
This commit is contained in:
parent
f017af8aaa
commit
e96aee5bab
@ -1456,9 +1456,9 @@ begin
|
||||
// raise exception
|
||||
CursorNode:=FindDeepestNodeAtPos(CleanCursorPos,true);
|
||||
end;
|
||||
{ $IFDEF CTDEBUG}
|
||||
{$IFDEF CTDEBUG}
|
||||
DebugLn('TFindDeclarationTool.FindDeclaration D CursorNode=',NodeDescriptionAsString(CursorNode.Desc),' HasChilds=',dbgs(CursorNode.FirstChild<>nil));
|
||||
{ $ENDIF}
|
||||
{$ENDIF}
|
||||
if (not IsDirtySrcValid)
|
||||
and (CursorNode.Desc in [ctnUsesSection,ctnUseUnit]) then begin
|
||||
// in uses section
|
||||
|
||||
Loading…
Reference in New Issue
Block a user