NEWS

Monday, March 3, 2014

Integrate ie 10 with visual studio 2010 debugging

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

2 comments: