I did research and found this site to give me very useful information https://divshot.com/blog/tips-and-tricks/ignoring-library-code-while-debugging-in-chrome/
I turned on Blackbox mode for the file template as follows
(firebug|angular|knockout|jquery|bootstrap|modernizr|respond)
However, if I press the pause button in the developer tools and when the mouse moves to the page, the script still stops at jquery.min.js with a yellow box depicting as an image.

I just want to debug which function is executed when I did some action, for example, press a button, etc.
But jquery.min.js don't let me know this. Do you know how to bypass or facilitate debugging?
Many thanks.
source share