Hacker News new | ask | show | jobs
by PetahNZ 2185 days ago
If you click on the "initiator" column in the network tab it will jump to the code that created the request. Can also see stack traces, set breakpoints, etc.
2 comments

Amazing - how did I miss these? Thanks!
If anyone happens to know of a particularly good article on this for non-javascript (but technical) people, please post.
Please clarify--are you looking to understand how browser events work without learning about the DOM and/or Javascript?
I suppose something along the lines of Chrome debugging for programmers who aren't javascript developers...undoubtedly there are some fundamentals you would have to become knowledgeable in, as with any technology.