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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Debugging a hidden script

Hello,

I have just hidden my script and now I want to continue developping and so also debugging.

Now what I see, my hdden is not shown by the debugger, so it is impossible for me to set a break point.

Document properties "security.show hidden" script status and "security.no limitation for admin" are set.

QV 11 SR1 64Bit.

And so my question is: How is it possible to debug a hidden script in a reasonable way?

Thanks

Valerio

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

There is no way to debug hidden script.

only onr thing you can do is: open your hidden script, then come to debug mode and press animate.

which will excutes one statement at time and shows to you. so wait for statement that you are looking for.

Regards,

Niranjan

View solution in original post

2 Replies
Not applicable
Author

Hi,

There is no way to debug hidden script.

only onr thing you can do is: open your hidden script, then come to debug mode and press animate.

which will excutes one statement at time and shows to you. so wait for statement that you are looking for.

Regards,

Niranjan

Not applicable
Author

Thank you!