1 year ago
#373487
Hakan-7
ReactJS - Unbound Breackpoint
I'm working on a project with ReactJS and I have a problem when I try to launch the debugging console. When I set breakpoints, I get 'unbound Breakpoint' as message. I don't know how to solve this problem knowing that I searched everywhere before posting this message, if someone could help me, it would be cool, Thanks in advance,
{"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080/",
"webRoot": "${workspaceFolder}"
}
]
}
reactjs
visual-studio-code
breakpoints
vscode-debugger
0 Answers
Your Answer