[Visual Studio] IE10 업데이트 후 디버깅 에러문제
Utility / 2013. 7. 5. 21:07
갑자기 IE를 10으로 업데이트하고 나서 비쥬얼스튜디오(Visual Studio)에서 디버깅 모드할때 아래와 같은 메세지가 나타났다. IE 10으로 업데이트 하기 전에는 잘 됬는데...
"Attaching the Script debugger to process [####] iexplore.exe failed. Another debugger may already be attached to the process."
이상 하다 싶어 구글에 검색을 해보니 나와 같은 사람들이 있어서 다행이다^^
ㅁ 해결 방법
1. 일단 IE 브라우져를 다 닫도록 한다.
2. 커맨드창(Command prompt)을 알어 아래 내용을 입력하고 엔터를 때린다.
regsvr32.exe "%ProgramFiles(x86)%\Common Files\Microsoft Shared\VS7Debug\msdbg2.dll" |
그럼 문제 해결!!!
참고 URL : http://development.thatoneplace.net/2013/04/solved-attaching-script-debugger-to.html