Debugging with chrome with es6

后端 未结 4 2057
情书的邮戳
情书的邮戳 2021-02-02 08:28

I am trying to use Ecmascript 2015 for my project and I am finding it hard to add breakpoints at specific places (places I thought was logical to have a breakpoint).

I

4条回答
  •  庸人自扰
    2021-02-02 08:49

    It seems to be an error on Chrome.

    It's fixed on Canary: https://bugs.chromium.org/p/chromium/issues/detail?id=611328#c21

    There's a big discussion going on in github if it doesn't solve your problem. https://github.com/webpack/webpack/issues/2145

提交回复
热议问题