Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

BreakPoints aren't working...

Hi,

I have my breakpoints set up in debugger but when I select run the program doesn't stop it just continues through my code....

Any suggestions?

Thank you in advance!

Sarah

3 Replies
swuehl
MVP
MVP

Hi Sarah,

it seems to me that not all lines qualify as lines for a breakpoint, though one is allowed to set a breakpoint.

For example:

Calendar:

LOAD

Date(TempDate) AS KeyDate

resident TempCalendar;

drop Table TempCalendar;

In my script, only breakpoints before "Calendar:" and before "drop ..." had an effect on debugger.

There is a similar behaviour in other scripting IDEs, but most of the time they prevent you from dropping a breakpoint on these lines.

Please try if you get an effect on any line.

Regards,

Stefan

marcelo_7
Creator
Creator

Hi, As Stefan mentions i noticed it stops on certain rows. The attached image shows the one ones I've confirmed are working (QV11).

breakpoint.png

Not applicable
Author

Break Points are not stooped the execution while set the Break Point in the Load statement.