How to use vscode debugger in vue nuxt 2 project?
hi guys
When I run the project with the debugger, I'm unable to set breakpoints successfully. This is causing me difficulties in effectively debugging my application.
I've included the contents of my
nuxt.config.js
file below for your reference:
I've tried updating the webRoot
and sourceMapPathOverrides
configurations, as well as rebuilding the Nuxt.js project, but I'm still unable to set breakpoints successfully.
Could you please provide any guidance or suggestions on how I can resolve this issue?
Thank you in advance for your help. I look forward to your response.1 Reply
and this is
launch.json
file