Unable to javascript debug IE 10 with Visual Studio 2010
-
Wednesday, November 21, 2012 12:54 AM
I recently upgraded from IE 9 to IE 10 Release Preview on Window 7. I was able to debug just fine with IE 9 but upgraded to IE 10 to avoid a localhost issue with the Facebook SDK. With IE 10 I'm unable to debug with VS 2010. When I click run, it will start IE 10 from Visual Studio but none of the breakpoints are enabled. I tried attaching to the IE 10 process with no luck. I also tried triggering an error dialog from IE 10 and then select a debugger from IE 10 - when I select VS 2010 it reports that it cannot attach to the process.
Any ideas?
BTW - I'm unable to install VS 2012 - had MS tech support look at it and they couldn't find a solution.
All Replies
-
Wednesday, November 21, 2012 11:05 AMModerator
Hi inuwan,
Thank you for posting in the MSDN forum.
I just have the Environment with IE10 in win8 and VS2012, but if possible, you could share us a simple sample, I will try to install the VS2010 and check it in the IE10 and win8 Environment.
If possible, you could check it with the following steps.
- Please have a try to clear IE cache before debugging, and check the settings in the IE, see “Using Visual Studio to Debug JavaScript in IE”. Check it.
- Re-install the VS2010, and check the result.
- If still no help, I’m afraid that it is related to the IE10, if you remove the IE10 here, and install the IE9, does it work well now?
If you couldn’t install the VS2012 in your machine, I’m afraid that it is related to your Environment, not the VS setup expert, but if possible, you could try to clean your machine, and remove your VS2010, restart your machine, and then install your VS2012. Check it.
If possible, you could try to check it in another machine with IE10 and VS2012, or you could share us your project.
Please also attach your Visual Studio project, you can upload it to the sky driver, and then share the download link in your post. If you got error messages, please also show the whole error messages in your post.
If there's any concern, please feel free to let me know.
Sincerely,
Jack Zhai [MSFT]
MSDN Community Support | Feedback to us
- Marked As Answer by inuwan Thursday, November 22, 2012 1:42 AM
-
Wednesday, November 21, 2012 4:05 PMI was able to install VS 2012 and can debug with IE 10 now.
-
Thursday, November 22, 2012 1:41 AMModerator
Hi inuwan,
Glad to receive your reply.
I was able to install VS 2012 and can debug with IE 10 now.
So it worked well, am I right? If so, could my reply help you? If it is helpful, you could make it as the answer, I will close this thread. If not, could you share your solutions here? So it will be very beneficial for other community members who have similar questions. Thanks for your understanding.
Have a nice day,
Jack Zhai [MSFT]
MSDN Community Support | Feedback to us
-
Wednesday, February 27, 2013 12:37 PM
I have just installed IE10 on my windows 7 machine.
I have Visual Studio 2010 and visual studio 2012 installed.
I NEED to be able to debug IE10 from Visual studio 2010 but it can't attach to the process. Not only that but it alerts my several times that it can't attach to the process.
Looking in Task Manager I see that the process its trying to attach to isn't the one containing the tab I want to debug. I am guessing that this is a host/tab process thing.
Either way, this morning I could debug with IE9 and now I cant.
-
Friday, March 01, 2013 10:18 PMModerator
Did you restart both Visual Studio 2010 and IE after installing VS2012? Also please make sure you enable Script debugging in IE options.
Thanks,
Dmitri Leonov, Visual Studio Debugger team.Dmitri Leonov. VS Debugger
-
Friday, March 01, 2013 11:05 PMModerator
There is also a simpler fix:
- Close IE
- In elevated cmd prompt run this command: regsvr32.exe "%ProgramFiles(x86)%\Common Files\Microsoft Shared\VS7Debug\msdbg2.dll"
(or "%ProgramFiles% on a 32-bit OS)
Dmitri Leonov. VS Debugger
- Proposed As Answer by tichyb Thursday, March 07, 2013 4:52 PM
- Marked As Answer by Jack Zhai - MSFTMicrosoft Contingent Staff, Moderator Monday, March 25, 2013 9:24 AM
-
Sunday, March 03, 2013 3:23 AM
In my case I needed to be able to debug our ASP code with VS2010. After IE10 upgrade this resulted in a msg "A debugger is already attached to the process".
I had this problem with IE10 Preview and with the release.
The above regsvr32 suggestion fixes this problem. Many thanks Dmitri...
Edwin
- Edited by Edwin Geveke Sunday, March 03, 2013 3:28 AM
-
Thursday, March 07, 2013 12:14 PM
Finally, I found how to solve my problem.
Your solution worked as I was expecting. Thanks a lot ;D
-
Thursday, March 07, 2013 4:52 PM
Make sure you run the cmd prompt as an administratorThere is also a simpler fix:
- Close IE
- In elevated cmd prompt run this command: regsvr32.exe "%ProgramFiles(x86)%\Common Files\Microsoft Shared\VS7Debug\msdbg2.dll"
(or "%ProgramFiles% on a 32-bit OS)
Dmitri Leonov. VS Debugger
Bryan
-
Friday, March 08, 2013 1:29 AMit works in xp
-
Tuesday, March 19, 2013 11:17 PM
Fixed it for me.
Thanks
Steve Goodwin
-
Friday, March 22, 2013 5:24 PM
Perfect. Also worked for me.
Saved my weekend!
Many thanks, Dimitri.
-
Monday, March 25, 2013 9:18 AM
There is also a simpler fix:
- Close IE
- In elevated cmd prompt run this command: regsvr32.exe "%ProgramFiles(x86)%\Common Files\Microsoft Shared\VS7Debug\msdbg2.dll"
(or "%ProgramFiles% on a 32-bit OS)
Dmitri Leonov. VS Debugger
Thanks. It also worked for me!

