Debugger: Fix data-address (watch window) for pointer

This commit is contained in:
Martin 2022-06-18 16:41:49 +02:00
parent 4d3a8af105
commit 0ba396d663

View File

@ -177,6 +177,7 @@ type
VKind = rdkPointerVal;
protected
function GetAsString: String; inline;
property GetDataAddress: TDBGPtr read FNumValue;
end;
{ TWatchResultTypePointer }