Google Chrome Developer Toolkit is Slow

前端 未结 10 555
星月不相逢
星月不相逢 2021-02-01 01:38

I have been using Google Chrome\'s dev tool kit (element inspection, stack trace, javascript debugging, etc.) for some time with great success.

However, about two weeks

10条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-01 02:36

    I've had the same problem, tried the same solutions without luck, until I fired procmon and saw that Chrome was actually reading my entire Projects folder (which is several hundred thousand files worth).

    There was a reference to that folder in the Workspace/Folders section in the dev tools Settings app. Removing the reference solved the problem.

提交回复
热议问题