Skip to content
New issue

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

Documentation out of date for debugging in VSCode #2953

Open
pierrewtLanca opened this issue Jun 14, 2022 · 0 comments
Open

Documentation out of date for debugging in VSCode #2953

pierrewtLanca opened this issue Jun 14, 2022 · 0 comments

Comments

@pierrewtLanca
Copy link

Hi,

I know there are certainly already opened issues about that but after spending an hour trying to fix my project, and getting pretty upset about it, I think I need some help.

First, it seems the documentation on the VueJS website is out of date (https://v2.vuejs.org/v2/cookbook/debugging-in-vscode.html). Second, the documentation on the GitHub is not right, at least I can't make it work.

I was using the Chrome extension and everything was fine with debugging components (because that's mainly why it's useful, other parts can be debugged within the browser devtools quite easily).
But recently, it stopped working. The debugger launches, but the breakpoints in the components get jammed to some wrong locations.

The Chrome extension got deprecated in VSCode and it looks like the companion JS debugger can't handle anything. From that, it's already hard for people to find how to work the debugging out. It seems for that the only way to have it launching is using the nightly version. (I have removed the Chrome extension in the meantime...).

That being said, the problem with the breakpoints is still the same. I tried the source map configurations I found on the different sources of information, but the breakpoints always fail.

It is very frustrating and annoying that those problem keep coming now and then everything in VSCode, webpack or whatever change. I'm not on top of those things and it just waste my time at work.

I don't know if there is a right way to do the documentation on the debugging issue - is it my project configuration being wrong? some issue with the JS debugger? But all I can see is that what I find online doesn't work.

Happy to give more details if need.

Thanks,
Pierre

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant