Я не могу отлаживать на FirefoxLinux

Anonymous
Я не могу отлаживать на Firefox

Сообщение Anonymous »

Я следовал инструкциям по использованию отладчика Firefox в Vscode, но ничего не работает, я не понимаю! (Я новичок.) < /P>
Я использовал сценарий JSON, который инструкций по расширению: < /p>
{
"version": "0.2.0",
"configurations": [
{
"type": "firefox",
"request": "launch",
"reAttach": true,
"name": "Launch add-on",
"addonPath": "${workspaceFolder}"
},
{
"type": "firefox",
"request": "launch",
"reAttach": true,
"name": "Launch index.html",
"file": "${workspaceFolder}/index.html"
},
{
"type": "firefox",
"request": "launch",
"reAttach": true,
"name": "Launch localhost",
"url": "http://localhost/index.html",
"webRoot": "${workspaceFolder}"
},
{
"type": "firefox",
"request": "attach",
"name": "Attach"
},
{
"name": "Launch WebExtension",
"type": "firefox",
"request": "launch",
"reAttach": true,
"addonPath": "${workspaceFolder}"
},
{
"name": "Launch index.html",
"type": "firefox",
"request": "attach"
}
]
}


Подробнее здесь: https://stackoverflow.com/questions/794 ... on-firefox

Вернуться в «Linux»