Is it possible to put breakpoints in construct2
And what do you mean by breakpoints?
Develop games in your browser. Powerful, performant & highly capable.
Not really, to debug you just "choose" to show what you want to know (variable values) in a text object with events.
It's enough most of the time since construct shouldn't output code that leads to crashs (thus stopping the javascript being executed)
Nimtrix
http://en.wikipedia.org/wiki/Breakpoint
Yann: Oh, I see, thanks. Thought he ment some kind of game mechanic.
Though a debugger is in ashley's todo list, so maybe in the future we'll have something like a breakpoint