Re: [IronPython] gcroot for ironpython object

2010-10-18 Thread Idan Zaltzberg
on of IronPython *Subject:* Re: [IronPython] gcroot for ironpython object Thanks - that works. I've also found Kamil's blog post: http://blog.kamil.dworakowski.name/2008/02/debugging-memory-problems-in-ironpython.html Now I'm fighting with s - trying to convert them to something

Re: [IronPython] gcroot for ironpython object

2010-10-18 Thread Lukas Cenovsky
Thanks - that works. I've also found Kamil's blog post: http://blog.kamil.dworakowski.name/2008/02/debugging-memory-problems-in-ironpython.html Now I'm fighting with s - trying to convert them to something readable... Kamil's script does not seem to work - I don't s

Re: [IronPython] gcroot for ironpython object

2010-10-18 Thread Jonathan Allen
One trick is to give it a radioactive marker like they do in medical shows. Have that instance you care about reference an instance of EmailMessage or some other class you aren't actually using. Finding the EmailMessage object should be easy because there is only one, and from there you can fin