java - Javascript debugging plugin for eclipse -


I'm new to Java and I'm doing a project with Ex JS and Java. I am using Eclips JavaEE IDE for Web Developers (Build ID: 20100218-1602). Can a JavaScript debugging plugin recommend for this build? Link is appreciated

Besides IE developer tools are very good I still hit F12 in IE8

Since JavaScript is the technology of the browser, you should debug it in the browser to see it real world behavior.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -