see all variables in memory?

Is there a way to get all the variables in memory printed? somthing like “a = 10” but for everything corona hast in its memory? would be really nice to have…

thanks

I doubt it, as this would return all of the global variables built into Corona, display.contentWidth etc and I would imagine that Corona also had lots of “hidden” variables too

At any rate, I don’t think there is a single table which contains every variable.

I doubt it, as this would return all of the global variables built into Corona, display.contentWidth etc and I would imagine that Corona also had lots of “hidden” variables too

At any rate, I don’t think there is a single table which contains every variable.