1

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

4 Answers 4

1

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.

Sign up to request clarification or add additional context in comments.

Comments

1

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!

1 Comment

Also Chrome is gaining some ground and it has some developer tools via right click -> inspect element or so. Opera is another good one to check.
0

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.

Comments

0

4 Comments

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...
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: code.google.com/p/jsdt
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...
Better idea: download the web developer edition of eclipse that has WTP in it.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.