Enhancement Request: Reference Information
Brought to you by:
matthiasmiller
It would help a lot if sIEve could display some information about the references to an object and not just the reference count. This would help find out what objects hold references to leaked memory and therefore speed up the process of tracking memory leaks
Logged In: YES
user_id=1949245
Originator: NO
I was about to add a bug/feature request for just this!
In particular, the ID column is handy, but for Form elements, the Name attribute is the most important! I have a page that dynamically generates input elements. (about 10 on a page)... 3 are leaking, but I have no idea which 3...
Therefore, I would like to request a Name column, and or a "Locate" type column, that would have a button inside it, that when clicked, would highlight the element on the page.
Not sure if it is possible, but any other info about the reference would be good too. E.g. if there is an eventHandler that is holding the reference, the name of the eventHandler variable or whatever would be super cool.