> I haven’t used them but that was mainly because the debugger didn’t let you step through loops and sub events or per condition and per action.
Ah, yes, clicking 100 times to step past a loop is super fun.. (not)
> I use them as a last resort, but never really had much trouble getting them to trigger!
One example is a breakpoint inside a function that returns a value. You can add it, but it never triggers.
You don't need to XD Just create a blank event after the loop and put the breakpoint on this event. Events that returns values is indeed annoying too, along with all other events with the same limitation, like triggers, etc. Debug mode in construct is just too limited I think but it's still quite helpful sometimes.