Sowas in der Richtung vielleicht?
Debugging helper for TDataSet
Zitat:
... finally I wrote this little helper
unit which I want to share with you.
All it does is export one public function TDataset_Dump which is meant to be called from the debugger’s “Evaluate and Modify” window:
TDataset_Dump(SomeDataset)
Im
Blog Post stehen die Details. Ähnliches lässt sich für jeden Datentyp machen.