Attaching the Script debugger to process ‘[****]’ on machine **** failed.

 

Attaching the Script debugger to process ‘[****]iexplorer.exe’ on machine **** failed. A debuger is already attached.

win7+vs2010+IE10.

解决方法:
1. In your elevated VS command prompt, run devenv /ResetSkipPkgs //在vs命令行运行devenv /ResetSkipPkgs
2. then run devenv /setup //接着运行devenv /setup
3. See if the above fix the problem //上面两步应该就可以了
4. If problem still exist, please try to repair the installation via control panel, uninstall program, select VS and do repair //再不行的话,程序-》卸载-》修复
5. If still not working, the best choice is to uninstall VS and re-install it. //实在不行就重装吧

Details:
http://connect.microsoft.com/VisualStudio/feedback/details/644826/visual-studion-2010-crashes-almost-every-time-i-try-to-run-or-debug-my-app

本条目发布于 2012 年 12 月 21 日。属于 未分类 分类。

原文地址:https://www.cnblogs.com/anbylau2130/p/3094198.html