Assertion in CCObject function:release - how to debug?

Hi all,

I’m occasionally getting this assertion to pop up during my app’s run. I realize that is a try to release an object which were already released but how can I find out which one? I’ve already checked all my code that is used in this scene and removed all releases() just for test - but the assertion appears anyway.

Is there any way to debug it (Eclipse)?