如何使用谷歌浏览器调试Vue应用程序

JavaScript Vue.js

番长樱梅

2020-03-23

I would like to step away from using console.log all the time and use the Chrome Developer Debug Tool more often. I found this nice How to stop using console.log() and start using your browser’s debugger about debugging in general (setting breakpoints, executing line by line etc.)

But when I tried to use this in real life – which means to use it in a vue (nuxt) application I am working on – I could not get it to work.

All my files are combined into more complex javascript files, which I cannot debug.

在此处输入图片说明

I then found this post: Debugging .vue component in Chrome Which I thought would shed light onto this matter, but unfortunately I don't know what to do.

I added this:

configureWebpack: {
  devtool: 'source-map'
},

To my nuxt.config.js

But I would not see any sourcemaps of all my .js files in the debugger. It would be nice if I could find all the js files for each vue component, for each store file, and for other utility files I wrote. I am not sure if this is even possible, but I guess there must be a way to find my Javascript code within the debugger tool to actually debug it. Or am I wrong?

第2965篇《如何使用谷歌浏览器调试Vue应用程序》来自Winter(https://github.com/aiyld/aiyld.github.io)的站点

0个回答

问题类别

JavaScript Ckeditor Python Webpack TypeScript Vue.js React.js ExpressJS KoaJS CSS Node.js HTML Django 单元测试 PHP Asp.net jQuery Bootstrap IOS Android