Hi,
does anybody know whether there is a possibility to have a look at the list of existing objects at some point in time (during the execution of my application)? That is, can I put a breakpoint somewhere in my code and check which objects currently exist and maybe which other objects will get deleted with the next garbage collection?
Regards,
Sebastian Kamp