Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
DutchArjo
Creator
Creator

Error debugging ignores breakpoints

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?

Labels (3)
1 Solution

Accepted Solutions
marcus_sommer

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.

View solution in original post

2 Replies
marcus_sommer

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.

DutchArjo
Creator
Creator
Author

Ah, I set the breakpoint on an empty line. Thanks.