(Re)Enabling JavaScript debugger in IE7 with Visual Studio 2008

Posted by masterik on Stack Overflow See other posts from Stack Overflow or by masterik
Published on 2009-03-18T16:00:31Z Indexed on 2010/05/04 13:48 UTC
Read the original article Hit count: 215

Visual Studio 2008 comes with nice javascript debugging features.

But I have played a little with NetBeans debugger wich has installed an ugly Script Debugger from Microsoft to my IE... Normally IE should ask what do I want to use for debugging, but now I can't start debugging with Visual Studio, the Script Debugger is started automatically... After uninstalling the Script Debugger I can't debug in IE at all. Even attaching to iexplore.exe process doesn't helps...

Has installed the Script Debugger again... :(((((

How can I get back my Visual Studio debugging working in IE again?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about JavaScript