up vote 1 down vote favorite
share [g+] share [fb]

Where is the setting (registry I'm assuming) that holds this Advanced setting for Internet Explorer 8:

"Disable script debugging (Internete Explorer)"

I keep needing to uncheck when debugging Javascript in VS. I think my companies logon script flips it on.

Thanks!

link|improve this question

43% accept rate
feedback

1 Answer

up vote 1 down vote accepted

It should be under:

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main

Modify Disable Script Debugger and set it to no to enable debugging.

If the value is not there, create it as a string value (REG_SZ) with the name and value above.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.