skip to Main Content

Javascript – Visual Studio code debugging

I am trying to debug javascript code in visual studio code but it gives me the following error Could not read source map for chrome-error://chromewebdata/: Unexpected 503 response from chrome-error://chromewebdata/edge-elixir-neterror.rollup.js.map: Unsupported protocol "chrome-error:" the launch.json file has foll configurations {…

VIEW QUESTION

Visual studio code debug Angular with custom localhost

I've initialized a blank angular project with ng new and configured the launch.json in visual studio code with default chrome launch "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch Chrome against localhost", "url": "http://localhost-app.myapp.com:4200", "webRoot": "${workspaceFolder}" } ] I've…

VIEW QUESTION
Back To Top
Search