Any One please tell me that can i put break point in .js file or in .html file inside the eclipse? I can put break points only in .java file. Have to add any plugins for that ah?
Note: I’m running the application in device, so if html file loaded with webview, then i want to debug that html file.
for debugging javascript you could use firebug or if IE developer tools (F10) and put a breakpoint in the code as it runs on the client browser.