vote up 2 vote down star
2

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?

flag

3 Answers

vote up 4 vote down check

I have the same problem. It's not quite resolved yet, but I'll share what I have.

To let IE see the debugger again do this: 1. Open Visual Studio. 2. Go to Tools > Options > Debugging > Just-In-Time. 3. Enable Script checkbox, click OK. 4. Close Visual Studio.

Now when I try to debug it opens Visual Studio but gives this error: "Unable to attach to the crashing process. An error occurred that usually indicates a corrupt installation (code 0x80040155). If the problem persists, repair your Visual Studio installation via 'Add or Remove Program' in Control Panel."

When I get back in the office tomorrow I'll try repairing Visual Studio.

link|flag
I changed settings in Visual Studio and now it works! I don't get the error you mentioned about.... But I have installed Script Debugger before again... – masterik Mar 19 at 9:40
vote up 3 vote down

make sure you don't have script debugging disabled in IE Settings. May not be the answer to your situation but I forget this all the time.

IE7 Tools - Internet Options - Advanced

link|flag
That was the first thing that i've did... – masterik Mar 18 at 16:39
vote up 0 vote down

How to debug Windows Script Host, VBScript, and JScript files. Especially

make sure that the following registry key is set to 1: HKEY_CURRENT_USER\Software\Microsoft\Windows Script\Settings\JITDebug

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.