views:

42

answers:

5

I'm new to Java and I'm doing a project with Ext JS and Java. I'm using Eclipse Java EE IDE for Web Developers (Build id: 20100218-1602). Can anyone suggest any Javascript debugging plugin for this build? Links appreciated

A: 

I suggest you use FireBug for Firefox. I'd say it's the best JavaScript debugger and overall web development tool out there today. You just install it and hit F12 and you're good to go.

Deniz Dogan
A: 

Also IE developer tools are pretty good. In IE8 just hit F12 also.

Since javascript is the browser technology you should debug it in browser to see the real-world behavior.

Juriy
A: 

FireBug is almost certainly the best way to debug your javascript to test in a browser :) although it's worth noting some bugs manifest themselves in FFX and not IE (also vice versa), so check in both!

david99world
A: 

One another debugger Venkman

Also u can use Google chrome JavaScript Debugger.

VinAy
A: 
Dean Burge
hi Dean Burge,can u provide help on how to install the "Eclipse Webtools Platform JavaScript Development Toolkit " plugin in eclipse...i can't able to proceed after -->New Software menu...
vineth
Help menu -> Install New Software -> in the Work with menu select "All Available Sites" -> expand the Programming Languages section below and select JavaScript Developer Tools then click next. Recently I also came across this which may be of use: http://code.google.com/p/jsdt/
Dean Burge
hi Dean Burge,(thanks for ur reply man)i follwed ur steps up to "Developer Tools then click next" ..eclipse installed the plugin successfully and alert me to restart the eclipse, i restarted it even though i cant able to insert or add the break point in the js file.. and wht abt this"code.google.com/p/jsdt" link ..i downloaded it but i cant able to install in eclipse...
vineth