I can't seem to set a breakpoint anywhere in any of my event sheets. How are we supposed to debug?
Develop games in your browser. Powerful, performant & highly capable.
On non-triggered things, thus on events without a green arrow. It does work.
But it's a shame really. I tend to use a lot of functions and what not, so pretty much all my code is off-limit for debugging. I wonder why triggers can't debugged though ?
Breakpoints are not allowed in a lot of scenarios. It makes it tough to use them it seems like. I haven't found a situation where I would want to use them and actually can.
Magistross
jqquick223
Yes, my feelings exactly.
I'm pretty much waaaaay back in the days when I had to use JS alerts for debugging. Sucks bad
I also think this is a pity.
I add Browser log entry to see what's happening, in the browser console.
But I would like to BREAK sometimes!
It is annoying.. haha.