zoukankan      html  css  js  c++  java
  • A debugger is already attached

    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 FilesMicrosoft SharedVS7Debugmsdbg2.dll

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

  • 相关阅读:
    DNS服务器详解
    numpy学习
    test_pandas
    1.爬虫基本介绍
    数据分析介绍及软件使用 01
    3.解析库beautifulsoup
    jQuery UI vs EasyUI
    "file:///" file 协议
    Display:Block
    前端响应式设计中@media等的相关运用
  • 原文地址:https://www.cnblogs.com/Geton/p/3766490.html
Copyright © 2011-2022 走看看