B
B
bormor2018-08-10 14:05:57
Vue.js
bormor, 2018-08-10 14:05:57

Vue debugging in VSCode stopped working - what could be the reason?

Gives the following error:
5b6d71beba455226077447.png
The config is used from the official. docks link

{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "chrome",
      "request": "launch",
      "name": "vuejs: chrome",
      "url": "http://localhost:8080",
      "webRoot": "${workspaceFolder}/src",
      "breakOnLoad": true,
      "sourceMapPathOverrides": {
        "webpack:///src/*": "${webRoot}/*"
      }
    }
  ]
}

What could be the reason?
How can this be fixed?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question