mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 02:49:30 +02:00
Debugger: Fix data-address (watch window) for pointer
This commit is contained in:
parent
4d3a8af105
commit
0ba396d663
@ -177,6 +177,7 @@ type
|
||||
VKind = rdkPointerVal;
|
||||
protected
|
||||
function GetAsString: String; inline;
|
||||
property GetDataAddress: TDBGPtr read FNumValue;
|
||||
end;
|
||||
|
||||
{ TWatchResultTypePointer }
|
||||
|
Loading…
Reference in New Issue
Block a user