kriasoft / kriasoft/react-firebase-starter
How to configure VSCode launch.json for debug?
- Dominant language
- JavaScript
- Stars
- 4.5k
- Forks
- 752
- PR merge metrics
- No merged PRs in 30d
Description
'Breakpoint ignored because generated code not found (source map problem?).'
```
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}",
"userDataDir": "${workspaceRoot}/.vscode/chrome",
"sourceMaps": true,
"skipFiles": [
"node_modules/**"
]
},
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the launch.json configuration shown in the issue and reproduce the debugger against http://localhost:3000. Check how the React app's generated code and source maps are being resolved; done means breakpoints bind instead of showing “generated code not found.”
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react, vscode
- Domain
- developer-experience, frontend, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100