简体   繁体   中英

How to disable VS2010 script debugging

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM