mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 21:09:30 +02:00
Debugger: Inspector, accept extended types from fpdebug
git-svn-id: trunk@44307 -
This commit is contained in:
parent
874de17967
commit
ea1e624deb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user