Debug JavaScript in Eclipse Debug JavaScript in Eclipse javascript javascript

Debug JavaScript in Eclipse


In 2015, there are at least six choices for JavaScript debugging in Eclipse:

Adding to the above, here are a couple of videos which focus on "debugging JavaScript using eclipse"

Outdated


I don't believe Eclipse has a JavaScript debugger - those breakpoints are for Java code (I'm guessing you are editing a JSP file?)

Use Firebug to debug Javascript code, it's an excellent add-on that all web developers should have in their toolbox.


I'm not a 100% sure but I think Aptana let's you do that.