I have developed a web page with more than 10 external javascript dependencies.
The web page will load a file (via AJAX) and do some work.
However, when the page loads a file, the page got stuck totally. I can't find any abnormal stuff in the file, so it must be some script problem. But since the page got stuck, I can't locate the error location.
How can I do with my Chrome DevTools to locate the error?