Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Maybe I'm not seeing it or perhaps it isn't possible, but how do I look at the values of local variables from the debugger? I could just temporarily make it global to analyze it's value, but that doesn't seem right to me.
Please advise.
It's an oversight - the debugger doesn't support viewing them right now! Hopefully we'll be able to correct this in a future build...
Develop games in your browser. Powerful, performant & highly capable.
I'm able to view static local variables in the debugger. It makes sense that non-static variables would not show up since they'll be reset and you wouldn't have the time to see it.
Fair enough, thanks for the reply!
Not if you set a break point and increment step by step.