HUGE thanks going out to Dmitri Leonov - MSFT in a stackoverflow article about the same message.
After updating to Internet Explorer 10, I started receiving the error when debugging with Visual Studio 2010:
"Attaching the Script debugger to process [####] iexplore.exe failed. Another debugger may already be attached to the process."
The fix:
It worked like a champ for me (and apparently others from comments on the stackoverflow post.)
Reference links :
After updating to Internet Explorer 10, I started receiving the error when debugging with Visual Studio 2010:
"Attaching the Script debugger to process [####] iexplore.exe failed. Another debugger may already be attached to the process."
The fix:
- Close all instances of Internet Explorer. (I will add you can leave Visual Studio open)
- Run a command prompt as Administrator and paste this little gem into the command line:
It worked like a champ for me (and apparently others from comments on the stackoverflow post.)
Reference links :
- http://stackoverflow.com/questions/13421797/vs2010-and-ie10-attaching-the-script-debugger-to-process-iexplore-exe-failed
- http://development.thatoneplace.net/2013/04/solved-attaching-script-debugger-to.html
- http://social.msdn.microsoft.com/Forums/vstudio/en-US/bbf26b82-5d00-4472-9bc4-be77a1fc8e9e/attaching-the-script-debugger-to-process-iexploreexe-on-machine-failed-a-debugger-is-already