SkipFire
13 years agoVisitor
Cleaning Orphaned Objects
Is there a way to get a list of what the orphaned objects are on exit? As a professional developer I'm getting a little annoyed by the GC message and I'm sure it doesn't hurt much of anything and that they get cleaned up anyway, but if I know what those are maybe I can track them down and clean them up sooner just to make my code better and maybe even perform better.
Also, I am guessing that a few of them are things in global m, is there a way to clear that?
Thanks.
Also, I am guessing that a few of them are things in global m, is there a way to clear that?
Thanks.