Table representation for objects
Hi, there.
We use dumps to analyze state of application. And quite often we see a lot of object instances and I need to filter them using some thier internal property values. For instance we have a game objects and we check how many players in it and how many properties are set for the game, what the state of the game and so on. we use filtering for analysis.
So far we were using MemProfiler and it can do such things. when we check all instances of some type, we can add extra columns to the existing table. and those columns contains some custom property values.
is there such feature in dotMemory?
best,
ilya
Please sign in to leave a comment.
Hi!
It is not possible in the dotMemory UI itself, but you can try the “Export Objects” feature to get object instances with their fields in JSON format and use filtering by object address to further investigate the interesting instances.
Thank you for the answer,
Is it possible to request this feature?
best,
ilya
This feature could be implemented as part of this task, but it is not planned for the near future.