Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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
Thank you!