Recently, I needed to figure out what is happening under the hood in a web application, which involved understanding few JavaScript snippets. Being new to JavaScript and all web stuff involved in it, I had to do a quick study of the fundamentals including setting up a development environment and performing run-time debugging.
This is a quick note on the steps followed to debug a JavaScript running on Chrome web browser using Eclipse Integrated Development Environment (IDE), noted down mainly to prevent my self from reinventing the wheel, every time I have to do the same procedure.