Vue 项目中使用 debugger 在 chrome 谷歌浏览器中失效以及 console.log 指向去了 vue.js 代码

问题

今天在代码里面输出 console.log 信息直接指向了 vue.js,并且代码里面写了 debgger 也不生效

在这里插入图片描述

解决

f12 找到浏览器的这个设置图标
Vue 项目中使用 debugger 在 chrome 谷歌浏览器中失效以及 console.log 指向去了 vue.js 代码_第1张图片
找到这个 ignore list 的 custom exclusion rules 取消掉 /node_modules/|/bower_components/
Vue 项目中使用 debugger 在 chrome 谷歌浏览器中失效以及 console.log 指向去了 vue.js 代码_第2张图片
这样就正常了
Vue 项目中使用 debugger 在 chrome 谷歌浏览器中失效以及 console.log 指向去了 vue.js 代码_第3张图片
在这里插入图片描述

你可能感兴趣的:(V8,/,浏览器,vue.js,chrome,前端)