Google Chrome Javascript Debugger and Content Scripts

后端 未结 4 536
南旧
南旧 2020-11-30 03:27

This question has been asked similarly before, but I can\'t seem to debug Javascript in Google Chrome.

If I go to Page > Developer the \"Debug Javascript\" (Ctr

4条回答
  •  抹茶落季
    2020-11-30 04:30

    Right-click and select Inspect Element, there you'll find the JS debugger, among other debugging tools. The JS debugger should allow you to set breakpoints, etc.

提交回复
热议问题