How to setup debugging for Event Handlers in Javascript ? I am using server based (remote) Javascript debugging because I want to debug JSP not HTML. THe example shown in MyEclipse Help doesnt use example of Event handling in _Javascript. I want to jump to event handlers function when I click in the browser.
My application is too complex and I dont know in which js file my event handler would be , I want to step into event handler without setting breakpoints , how can I do it ?
I am using MyEclipse 5.1 .
Appreciate your help.
Thanks