Open utterances-bot opened 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.
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.
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/