Hi!
I love the "step" button of the debugger, which allows me to go through events one by one and in great detail. But sometimes it would be really handy to be able to step directly to the next tick (instead of cycling trough maybe even thousands of events first). Is it currently possible to jump to the next tick using the debugger?
Develop games in your browser. Powerful, performant & highly capable.
Could you put a blank "Every tick" event as the first event in the event sheet and set it as a breakpoint?
Just press play, so it will stop on the next tick, more specifically on your next breakpoint.
Or add another breakpoint like citron suggested.