4

How does one disable script debugging with Visual Studio 2010? For VS2008 I used:

reg add HKLM\SOFTWARE\Microsoft\VisualStudio\9.0\AD7Metrics\Engine{F200A7E7-DEA5-11D0-B854-00A0244A1DE2} /v ProgramProvider /d {4FF9DEF4-8922-4D02-9379-3FFA64D1D639} /f

Thanks!

EDIT

Used Shoban's answer.

You have to have the Silverlight Developer Runtime package installed for this to work. See: http://go.microsoft.com/fwlink/?LinkID=188039 for version 4.

1 Answer 1

4

When debugging a Web App script debugging is always enabled with VS2010 and IE8 (note same issue with VS2008) eventhough script debugging has been disabled in IE8.

Note you can work around it by setting Silverlight debugging on.

Here is how you can do it.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.