Check non persistent objects in memory

0
Is there some (easy) way to see/check what objects (in my case non-persistent entities) that are still in memory of the current session? I want to look when an object is created (just to verify it exists) but this is something you know as a programmer and I want to know when it is released (and that is not always so clear - garbage collection). I had problems with such objects that still exists (while we thought they would be garbage collected) in my previous development environment (non Mendix) and due to that experience I just wonder If I can check that memory in a Mendix environment.
asked
1 answers
0

Here's how you can inspect the client state: https://docs.mendix.com/refguide9/monitoring-client-state/ 

answered