bug:调试断点不正确问题
npmrun opened this issue · 6 comments
npmrun commented
描述错误
npm start 后打断点并没有断到正确的位置上
重现行为的步骤
- npm start
- 添加一个button组件展示
- 给onClick打上debugger
- 点击按钮
预期行为
源码跳转到对应位置
屏幕截图
版本环境
我看你使用了vite-plugin-vue-setup-extend
,所以测试了一下,不推荐使用它,他的问题还没修复呢
Tyh2001 commented
npmrun commented
如图,你的源码是编译后的,不是你的代码,断点也没有在debugger上
Tyh2001 commented
默认按钮也是这样的
npmrun commented
对啊,所以有问题啊,你可以看它的issue,是有这个问题的,所以可以换unplugin-vue-setup-extend-plus
(好像换名字了,之前是vite-plugin-vue-setup-extend-plus
),有人在它基础上修复了
Tyh2001 commented
好的 我看下
Tyh2001 commented