Skip to content

Instantly share code, notes, and snippets.

@drexler
Created April 27, 2018 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drexler/a27e5a7f76b5fd173c7231c67d91ae05 to your computer and use it in GitHub Desktop.
Save drexler/a27e5a7f76b5fd173c7231c67d91ae05 to your computer and use it in GitHub Desktop.
Breakpoints ignored due to missing source maps
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Debug Project",
"url": "http://localhost:3000",
"sourceMaps": true,
"webRoot": "${workspaceFolder}",
"sourceMapPathOverrides": {
"/mnt/c/repos/path/to/project*": "${workspaceFolder}/*"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment