vote up 0 vote down star

Hi all,

My understanding is that Microsoft Script Editor is the best debugging utility for IE. To enable debugging in IE6 on XP, I found these instructions:


On Windows XP SP2+, the option has been split to two:

  1. Go to Tools->Internet Options…->Advanced->Disable Script Debugging (Internet Explorer)

  2. Go to Tools->Internet Options…->Advanced->Disable Script Debugging (Other)

Unchecking the first will enable debugging for IE.


Once enabled, I'm supposed to see a new menu under “View > Script debugger” to activate debugging.

Unfortunately, unchecking both check boxes and restarting my computer does reveal this new "Script debugger" option. This worked on Windows 2000, but it fails for XP SP3.

  1. Any clues on how to install MSFT Script Editor for IE6 on XP SP3?
  2. Recommendations for alternatives to Script Editor for IE6?
flag

38% accept rate
thanks for the formatting johannes. i didn't realize the original post looked so screwy. – Crashalot Jul 23 at 22:37

2 Answers

vote up 2 vote down

You can debug with visual web express. Instructions here

link|flag
vote up 0 vote down

Thanks for the answer, redsquare.

After much experimentation, I finally discovered how to install MSE on XP SP3:

1) Disable the checkboxes as described above.

2) Open MS Excel. Go to Tools -> Macro -> Microsoft Script Editor. Clicking this option will prompt installation of MSE. Install MSE.

3) Once MSE is accessible from Excel, open MSE. Go to Debugging -> Web Debugging. Clicking this option will prompt installation of MSE Web Debugging. Install it.enter code here

Once Web Debugging is ready, restart IE, and voila! Under the View menu, you'll now see the Script Debugger option.

Finally ...

link|flag
BTW, I have wasted at least two hours trying to track down this solution ... Hopefully someone else benefits from this experience! – Crashalot Jul 23 at 22:35
Visual Web Developer Express is a much smoother JS debugger for IE < 8. – steamer25 Jul 23 at 22:58
The experience you get in the visual studio is also alot richer than the outdated script debugger – redsquare Jul 23 at 22:59

Your Answer

Get an OpenID
or

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