Debug information

Hi...i have a simple question please...
from 2 month i'm developping in Corona and i have a problem with removeSelf() and Timer function.

I'd like to know if there is some command for see in memory wich variable are loaded.
How can i see in Corona simulator command all object loaded in memory?

Is there some command for destroy all process in memory and restart with cache empty?

My problem is that i put removeself() and timer.cancel
but the objecst are always on display and in the debugging say me : error nil value!

That they are saying "nil value" means that the timer/object you are trying to remove don't exist.

Do you check if the timer is running before you try to cancel it? Or the object?

Are the timer and object put into the code ABOVE where you have the removeSelf() and timer.cancel() functions?

views:1365 update:2011/9/28 8:56:32
corona forums © 2003-2011