How to create eclipse project to debug Javascript on web page
I have the latest Eclipse (helios) insta开发者_Python百科llation. I have Javascript development tools installed.
How do I create a workspace/project so that I can step through some javascript code? The project should be an html page with an associated javascript file.
Thanks, Gerry
chrome has a good debuging tool too. For more complex HTML / javascript developmet a like to use the WebStorm IDE. You can set breakpoints direct in the IDE.
精彩评论