How to set breakpoint in inline Javascript in Google Chrome browser for linux?

Posted by Alan McCloud on Stack Overflow See other posts from Stack Overflow or by Alan McCloud
Published on 2011-03-01T15:14:39Z Indexed on 2011/03/01 15:24 UTC
Read the original article Hit count: 249

When I open Developer Tools in Google Chrome, I see all kinds useless crap like Profiles, Timelines, not to mentions Audits but basic functionality like being able to set breakpoint both in js files and within html javascript code is missing!. I tried to use javascript Console which itself is buggy ( like when once it encounter JS error, cannot get out of it unless refresh the whole page useless when ajax is involved). I am surprised google engineers still have not figured this out if these features still not available. If they are and there is some twisted way to do this, can some one help?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about debugging