bcnzer / liftcodeplay

Ben Chartrand's blog
0 stars 0 forks source link

2019/12/25/how-to-debug-nuxt-js-with-vs-code/ #7

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

LIFT.CODE.PLAY

I started a new project with Nuxt.js and Firebase. All went well till I wanted to debug in more detail… and it didn’t work. I found this excellent …

https://liftcodeplay.com/2019/12/25/how-to-debug-nuxt-js-with-vs-code/

jonalxh commented 4 years ago

Hi. Thanks to your article I was able to make Debugging from chrome to work. I'm Linux user and to make chrome run with debugging port I executed the following command in the terminal:

google-chrome --remote-debugging-port=9222 -- "%1"

I hope it helps someone.

bchoward commented 4 years ago

Thanks - helpful blog post. Under Method #2, for the launch.json code, I think you're displaying nuxt.config.js code, not the launch.json for that method.