How would you go about triggering the debugger if your script is called by a UI script?
@safdarali7506 Жыл бұрын
@ServiceNow Dev Program While I am using the Script Debugger, it switches OFF on its own in 300 seconds. I have to switch it ON again by pressing F2 and start the process again. I am using the Tokyo version, but I have seen this occur in some of the recent previous versions as well. Why and how to stop this? I do not want the script debugger to switch OFF on it's own.
@alanhernandez92852 жыл бұрын
how can i debug script includes used by a catalog item?
@ChuckTomasi2 жыл бұрын
If your script include is synchronous, you can use good old breakpoints. If it's async (e.g. GlideAjax) then the script debugger isn't going to work.
@believeornot124 жыл бұрын
Nice but it seems to be broken in current release. The debugger does not triggered.