webfansplz / vite-plugin-vue-devtools

Vite + Vue DevTools = DX 🔥
MIT License
1.63k stars 71 forks source link

这个插件有个问题, 会让webstorm,vscode的debug功能失效 #226

Closed Jinl-k closed 1 year ago

Jinl-k commented 1 year ago

webstorm: 无法击中断点; image

注释掉就正常了: image image

vscode一样也是断点异常,注释掉插件就正常了

webfansplz commented 1 year ago

帮忙试一下这样配置会不会有问题:

VueDevTools({
   analyze: {
     {
       rerenderTrace: false
     }
  }
})
Jinl-k commented 1 year ago

嗯,已经可以啦,你多写了一对{}括号 VueDevTools({ analyze: { rerenderTrace: false } })

webfansplz commented 1 year ago

嗯,已经可以啦,你多写了一对{}括号 VueDevTools({ analyze: { rerenderTrace: false } })

收到,谢谢反馈,应该是 rerenderTrace 功能的 Bug。

webfansplz commented 1 year ago

保持这个 Issue 打开,方便我们后续追踪这个问题哈

Jinl-k commented 1 year ago

哈哈 好