Chrome DevTools won't let me set breakpoints on certain lines

前端 未结 6 1886
臣服心动
臣服心动 2021-02-06 20:37

In the image above, I tried setting breakpoints on every line from line 437 to line 443. However, I cannot set breakpoints on lines 439 and 440. When the function runs,

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-06 20:55

    I have same problem in chrome dev tool source panel snippets when I write some codes to test my idea.

    Only way for me worked is close dev tool panel and refresh page then reopen

    This problem happened after I modified codes in debug mode

提交回复
热议问题