views:

437

answers:

3

Hi,

I'm looking for an Eclipse plugin that will enable me to debug JavaScript running in IE6. Ideally, I'd like to be able to just attach the debugger to a running instance of IE6, but if I have to start IE6 from within Eclipse, I could live with that.

Thanks, Don

+2  A: 

I think Apanta does some JS IE debugging, but i think you will need the pro version...

best of all it plugs into Eclpise

nickmorss
+1  A: 

Why do you want to do it within Eclipse?

You could do it within IE, I haven't tried this, but it looks useful: http://www.debugbar.com/?langage=en

I used VS2005 for my IE6 debugging (painful).

James Black
I've tried using the Visual Web Debugger component of VS. Compared to Firebug, it's utter rubbish.
Don
James Black
+1  A: 

I find CompanionJS to be very effective. Its Javascript console looks very much like Firebug.

Vincent Robert