Google Chrome debugger skip breakpoint

后端 未结 2 1626
小蘑菇
小蘑菇 2021-02-20 07:08

I am currently trying to debug a js script in chrome, I put a breakpoint in the script and it breaks properly when I use only one tab, but on a second tab it doesn\'t break even

2条回答
  •  你的背包
    2021-02-20 07:14

    you have to open a new debugger window for each tab that you want to debug :)

提交回复
热议问题