We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I have a problem with vscode debugging.
vscode
Steps to reproduce:
master
<button @click="hello">Hello</button>
Component.vue
hello()
store/index.js
yarn
yarn dev
Hello
I can illustrate what actually happens:
And I had no luck in reaching these breakpoints.
However, it is possible to debug store with no problems.
store
The text was updated successfully, but these errors were encountered:
Original issue: vuejs/vue-loader#1163
Sorry, something went wrong.
After reading this comment vuejs/vue-loader#1163 (comment) I have tried to update babel-core to 6.26.3, but it still does not work.
babel-core
6.26.3
Yes, the issue is really a sourcemap issue. Until vuejs/vue-loader#1163 is completely solved nothing I can do here.
No branches or pull requests
Hi, I have a problem with
vscode
debugging.Steps to reproduce:
master
branchvscode
<button @click="hello">Hello</button>
to template inComponent.vue
hello()
method, also set some breakpoints insidestore/index.js
yarn
andyarn dev
in embed terminalHello
buttonI can illustrate what actually happens:
And I had no luck in reaching these breakpoints.
However, it is possible to debug

store
with no problems.The text was updated successfully, but these errors were encountered: