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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Breakpoint in debug option of script editor

Ho,

I am tying to use then breakpoint option in debug mode of script editor and I don't understand well this option...

I think a breakpoint is a point to define in your script to stop de execution. That is 'execute until breakpoint'

But in my case I define a breakpiont, but Qlickview makes the whole execution.

Can anybody help me?

breakpoint.png

2 Replies
jsanchezh
Partner - Creator
Partner - Creator

You have to place the breakpoint on a line where a statement begins. For example the same line as "Ventas:" Anycase, try "Paso a Paso" to see where are the lines it may stop the execution

I hope it helps

awhitfield
Partner - Champion
Partner - Champion

Hi Juan,

you can't set a breakpoint against a 'blank line', select line 21  'Ventas' in your example

Andy