我正在尝试调试附加到我的Firefox的附件。我的配置是:
{
"name": "Attach to Firefox",
"type": "firefox",
"request": "attach",
"port": 6000,
"pathMappings": [{
"url": "https://localhost:3000/",
"path": "${workspaceFolder}"
}],
"log": {
"fileName": "${workspaceFolder}/log.txt",
"fileLevel": {
"default": "Debug"
}
}
}
未达到临界点。
我遇到了同样的问题。
很明显,我在启用调试服务器的情况下启动了Firefox,并将vscode连接到:
firefox -start-debugger-server
有什么想法吗?