Why Doesn't The Script Debugger Open?

David165
Mega Expert

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

1 ACCEPTED SOLUTION

David165
Mega Expert

This does appear to be browser related as I was able to open the debugger successfully using Firefox on Windows 7.

Regards

David

View solution in original post

7 REPLIES 7

AK69
Kilo Contributor

Thanks, that helped

Maicol
Tera Contributor

Could be the pop-up blocked by browser.

Hendrik6
Kilo Guru

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:

find_real_file.png

Click on the lock icon ("site information") next to the url as you can see in the image below.

Site information:

find_real_file.png

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.