IE10 Attaching the Script debugger to process iexplore.exe failed
There is a simpler fix for the JavaScript debugging issue in IE10:
- Close IE
- In elevated cmd prompt run this command:
regsvr32.exe "%ProgramFiles(x86)%\Common Files\Microsoft Shared\VS7Debug\msdbg2.dll"
%ProgramFiles%
on a 32-bit OS)
Comments