Debug JavaScript in Eclipse

sreeprasad picture sreeprasad · Mar 4, 2009 · Viewed 118.5k times · Source

How can I debug JavaScript in Eclipse. I am using Eclipse 3.2.1. Everytime I click on the side it gives the option for adding bookmark but no break point.

Could anyone assist me on this?

Answer

koppor picture koppor · Sep 2, 2012

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