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

Debugging load script, current statement is not showing

We upgraded to Qlik Sense Enterprise November 2022, and when entering the debug mode in load script, stepping through rows, there is no display of the current statement. The box marked with red arrows in the following image is gone. Is it a bug? A feature? Something that I did wrong?

henrikalmen_0-1668519657214.png

 

Labels (1)
1 Solution

Accepted Solutions
partenope
Partner - Creator II
Partner - Creator II

I have the same problem.
It seems a bug: if you hide all the three debug windows (Outputs, Variables, Breakpoints) you should see the missing box over the script...

View solution in original post

3 Replies
partenope
Partner - Creator II
Partner - Creator II

I have the same problem.
It seems a bug: if you hide all the three debug windows (Outputs, Variables, Breakpoints) you should see the missing box over the script...

henrikalmen
Specialist
Specialist
Author

Thanks, well spotted! By injecting CSS (with third party browser plugin, not Qlik related) I can make it visible.

.scripteditor-main .next-line-container  {
    z-index:9999;
    bottom:300px;    
}
partenope
Partner - Creator II
Partner - Creator II

Hi, the February 2023 release (I tested only a pre-release) should solve the issue!