I just upgraded my browser from IE9 to IE10 and cannot get the debugger to load in Visual Web Developer 2010 Express. When I start the ASP.NET Development Server I get the following error message:
Attaching the Script debugger to process '[7224]' ieplorer.exe on machine 'xxx' failed. A debugger is already attached.
The only solution I've found so far is to uninstall IE10, but this does not seem like a reasonable fix to me.
Thanks for your reply. I also saw that blog post that you mention, but unfortunantely I'm using VWD Express which does not have the "Detatch" option in the Debug menu. Visual Studio has extra debug options that the express versions do not.
snsprint
Member
39 Points
25 Posts
Cannot debug in IE10
Dec 21, 2012 04:25 PM|LINK
I just upgraded my browser from IE9 to IE10 and cannot get the debugger to load in Visual Web Developer 2010 Express. When I start the ASP.NET Development Server I get the following error message:
Attaching the Script debugger to process '[7224]' ieplorer.exe on machine 'xxx' failed. A debugger is already attached.
The only solution I've found so far is to uninstall IE10, but this does not seem like a reasonable fix to me.
Is there something I'm missing?
Ruchira
All-Star
43056 Points
7040 Posts
MVP
Re: Cannot debug in IE10
Dec 23, 2012 02:27 PM|LINK
Hello,
According to this thread, it seems like a bug. But, try the solution listed in the below blogpost first
http://abhijitjana.net/2012/01/20/jscript-debugger-unable-to-attach-the-process-another-debugger-might-be-attached-to-the-process-while-application-is-running-from-visual-studio-solution/
Me too think that will be the only solution as for now.
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.Angie xu - M...
All-Star
18665 Points
1590 Posts
Microsoft
Re: Cannot debug in IE10
Dec 25, 2012 04:46 AM|LINK
Hi snsprint
Please check whether Ruchira's solution is helpful to you,
The IE team has now released a fix for this issue through Windows Update for IE 10. It is KB 2756872.
if you still encounter the same problem, you could submit this feedback to Microsoft Connect feedback portal: http://connect.microsoft.com,
Kind regards
Feedback to us
Develop and promote your apps in Windows Store
snsprint
Member
39 Points
25 Posts
Re: Cannot debug in IE10
Dec 26, 2012 07:01 PM|LINK
Ruchira,
Thanks for your reply. I also saw that blog post that you mention, but unfortunantely I'm using VWD Express which does not have the "Detatch" option in the Debug menu. Visual Studio has extra debug options that the express versions do not.
- Scott.
snsprint
Member
39 Points
25 Posts
Re: Cannot debug in IE10
Dec 26, 2012 07:11 PM|LINK
@ Angie xu - MSFT
The KB is for Windows 8 and I'm using Windows 7. Not finding an IE update for Win7.
Angie xu - M...
All-Star
18665 Points
1590 Posts
Microsoft
Re: Cannot debug in IE10
Dec 26, 2012 11:57 PM|LINK
Hi snsprint
You can consider submitting this issue to Microsoft Connect feedback portal(https://connect.microsoft.com/site1231 ),
Microsoft engineers will evaluate them seriously. Sorry for the issues that you are hitting.
Kind regards
Feedback to us
Develop and promote your apps in Windows Store
snsprint
Member
39 Points
25 Posts
Re: Cannot debug in IE10
Dec 27, 2012 01:56 AM|LINK
I already submitted this issue to the MS Connect site. Thanks for your help.
Update 12-27-12:
Response to my feedback from the MS Connect team:
"The product team itself no longer directly accepting feedback for Microsoft Visual Studio 2010 and earlier products. "
I'm suprised they no longer support VS 2010 since it is still very popular.
snsprint
Member
39 Points
25 Posts
Re: Cannot debug in IE10
Dec 29, 2012 03:55 PM|LINK
I finally resolved this issue by updating VS2012 to SP1 and now VWDE 2010 debugging works fine in IE10.
Note: I already had VS2012 installed but it was only after updating to SP1 that the VWDE 2010 debugging problem was fixed.
Hope this helps.