javascript - Can I completely disable 'debugger' in scripts? -


i wanted see network log of third-party web site. (no malicious purposes, solve login problem of client legitimate user of web site.) seems developers have put measure prevent that. dynamically generated function loops 200 times , calls debugger. so, if open developer tool, stops , "never pause here" not work either, because location keeps changing.

i tried major browsers (chrome, ff, edge) , stopped. there way temporarily disable dubugger pause, or web browser has developer tool ignores keyword?

chrome's dev tools has disable breakpoints button ignore this.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -