I’m looking or a tool that can tell me about my objects. I’d like to see which objects are instantiated, ready for GC, etc. I realize I could test for each object but I’d prefer an overall view of my application. This would be used for troubleshooting.
Any suggestions?
You need a profiler (JetBrains dotTrace and Redgate ANTS are particularly good commercial profilers).