Hi all,
It's very frustrating, I don't know how to debug javascript when I load the page.
I know press F12. and set a break point, but the issue that is you don't know where is your code.
I can find the code by search key worlds in my code before I start debugger. After I start debugger, I can't find my code on script tag, so I can't set a break point in my code.