- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2019 01:28 PM
Hi
I am trying to debug a service side script that has been implemented as a script include. But when I click the Open Debugger button in the script window nothing happens, the debugger window doesn't open.
I have enabled debugging for my session for this application. Can anyone explain why the debugger window won't open for me?
Regards
David
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
-
Studio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2019 08:54 AM
This does appear to be browser related as I was able to open the debugger successfully using Firefox on Windows 7.
Regards
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2020 09:47 AM
Thanks, that helped
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2019 10:45 AM
Could be the pop-up blocked by browser.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2022 02:37 AM
It might be that your browser prevents opening pop-ups.
Here is an example how to enable the debugger pop-up for an instance opened in Chrome. The issue is that the debugger does not open when you click the debugger icon.
Script field for a Business Rule:
Click on the lock icon ("site information") next to the url as you can see in the image below.
Site information:
Now select "page settings". Here search for "Pop-ups and redirects". Now choose "Allow". The debugger should open up now if you click the corresponding button.