Chrome javascript debugger breakpoints don't do anything?

前端 未结 21 1143
时光说笑
时光说笑 2020-12-02 18:14

I can\'t seem to figure out the Chrome debugging tool.

I have chrome version 21.0.1180.60 m.

Steps I took:

  1. I pressed ctrl-shift-i to bring up t
21条回答
  •  -上瘾入骨i
    2020-12-02 18:46

    make sure that you have opened javascript console(or sources) in your chrome window. otherwise it will never hit the breakpoint. you can open javascript console by option button in right upper corner-->tools-->javascript console.

提交回复
热议问题