码迷,mamicode.com
首页 > 其他好文 > 详细

A debugger is already attached

时间:2014-06-06 15:51:14      阅读:275      评论:0      收藏:0      [点我收藏+]

标签:c   a   tar   int   com   art   

Today is the last day that all the laptops of winXP OS should be upgrade to WIN7. After updated. when i tried to debug my application,i received this error message.(My application runs environment: win7+vs2010+IE10.)

"Attaching the Script debugger to process ‘iexplore.exe‘ on machine ‘‘ failed. A debugger is already attached." 

i searched this issue on the internet. it was found that this is the problem when you upgrade you IE version to IE10. Below is the solution. marked this as memo in english due to the Chinese typewriting  is collapsed

  • In IE Advanced settings, under browsing remove the tick on "Disable script debugging (Internet Explorer)"
  • Running this in command prompt (with administrator rights): -

    regsvr32.exe "%ProgramFiles(x86)%\Common Files\Microsoft Shared\VS7Debug\msdbg2.dll

  The combination of these 2 and a browser restart of course fixed it for me.

A debugger is already attached,布布扣,bubuko.com

A debugger is already attached

标签:c   a   tar   int   com   art   

原文地址:http://www.cnblogs.com/Geton/p/3766490.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!