Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to debug something in my load script and added a breakpoint in the load editor for this. I pressed the button to execute the load script until the first breakpoint but it simply runs the whole script and ignores the breakpoint.
How can I solve that?
Is the breakpoint set on a line with script or an empty one? Are there any (if) loops or routines which may skip the line? Further exceptions may happens by using include-variables especially those with must_include.
Is the breakpoint set on a line with script or an empty one? Are there any (if) loops or routines which may skip the line? Further exceptions may happens by using include-variables especially those with must_include.
Ah, I set the breakpoint on an empty line. Thanks.