DevTools icon indicating copy to clipboard operation
DevTools copied to clipboard

Debugger on a website when disable ignore list in first time , the devtools will freeze for seconds or miniutes.

Open windsonR opened this issue 7 months ago • 3 comments

This problem has been exist for a long time.

in this repo,it just freeze for few seconds, but in another repo, it will freeze 1~2 minutes.

And i used devtool's feedback several months ago, and it has no response.

reproduce steps:

  1. Download this repo default.zip
  2. execute pnpm install then when it's done execute pnpm run dev
  3. open browser and goto http://localhost:5173 and open devtools
  4. Open devtools' setting and Disable Ignore List
image
  1. refresh page and there will have a error like this image

  2. click warning.js and add a breakpoint on this line

  3. re-open devtools and refresh page immediately. The DevTool will hang for seconds.

AB#52586880

windsonR avatar Jul 18 '24 05:07 windsonR