JavaScript Debugging
VSCode
- Extension: Debugger for Firefox
- Starter:
{
"name": "Firefox-Starter",
"type": "firefox",
"request": "launch",
"reAttach": true,
"file": "${workspaceFolder}/public/index.html"
},
{
"name": "Firefox-Starter",
"type": "firefox",
"request": "launch",
"reAttach": true,
"file": "${workspaceFolder}/public/index.html"
},