Debugger: Inspect Dlg, handle skObject, skInterface

git-svn-id: trunk@62305 -
This commit is contained in:
martin 2019-11-27 01:52:42 +00:00
parent e5f3e33463
commit 06affdbb7a

View File

@ -869,7 +869,7 @@ begin
Exit;
end;
case FDBGInfo.Kind of
skClass: InspectClass();
skClass, skObject, skInterface: InspectClass();
skRecord: InspectRecord();
skVariant: InspectVariant();
skEnum: InspectEnum;
@ -882,6 +882,10 @@ begin
skArray: InspectSimple();
skPointer: InspectPointer();
// skDecomposable: ;
else begin
Clear;
StatusBar1.SimpleText:=Format(lisInspectUnavailableError, [ShortenedExpression, FHumanReadable]);
end;
end;
end;