Debugger: Inspector, accept extended types from fpdebug

git-svn-id: trunk@44307 -
This commit is contained in:
martin 2014-03-01 14:34:39 +00:00
parent 874de17967
commit ea1e624deb

View File

@ -899,7 +899,10 @@ begin
skSet: InspectSet;
skProcedure: InspectSimple;
skFunction: InspectSimple;
skSimple: InspectSimple();
skSimple,
skInteger,
skCardinal, skBoolean, skChar, skFloat: InspectSimple();
skArray: InspectSimple();
skPointer: InspectPointer();
// skDecomposable: ;
end;