Breakpoint is not triggered in "Debugging in VS Code"
Reference:
https://cli.vuejs.org/guide/creating-a-project.html
https://v3.vuejs.org/cookbook/debugging-in-vscode.html#prerequisites
Based on the first link, I create a hello-world project. Then I followed the instructions on the second link to debug the vue.js code.
The issue I have is that after Step 4 'Your breakpoint should now be hit as a new browser instance opens http://localhost:8080.', my breakpoint on the return line within HelloWorld.vue is not triggered. Also the set breakpoint is converted from a solid red dot to a hollow-gray circle after I launch the debugger.
Can someone give me a little hints what I had done wrong?
Thank you
Version: 1.62.3 (user setup)
Commit: ccbaa2d27e38e5afa3e5c21c1c7bef4657064247
Date: 2021-11-17T08:11:14.551Z
Electron: 13.5.2
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 6.3.9600
from Recent Questions - Stack Overflow https://ift.tt/3rf9sng
https://ift.tt/30ZbbSV


Comments
Post a Comment