mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 17:19:23 +02:00
Debugger: Watches, display full expression after drag/drop subwatch to main list.
This commit is contained in:
parent
f25f9fb660
commit
c7e3898de2
@ -556,6 +556,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
AWatch.Index := NewIdx;
|
AWatch.Index := NewIdx;
|
||||||
|
AWatch.DisplayName := '';
|
||||||
|
|
||||||
Target := NewNode;
|
Target := NewNode;
|
||||||
NTarget := tvWatches.GetNextSiblingNoInit(Target);
|
NTarget := tvWatches.GetNextSiblingNoInit(Target);
|
||||||
|
Loading…
Reference in New Issue
Block a user