vscode-firefox-debug
vscode-firefox-debug copied to clipboard
VS Code Debug Adapter for Firefox
I'm trying to debug a WebWorker I am running through Firefox. Set breakpoints in worker file don't get hit. I have searched online and found no help for how to...
Hi @hbenl , The extension on https://open-vsx.org/extension/firefox-devtools/vscode-firefox-debug has no updates for 3+ years and missing very important(at least for me) [bug fix](https://github.com/firefox-devtools/vscode-firefox-debug/pull/329) for MacOS. Would you be so kind to...
Hello, Team! When trying to start a debug session in VSCode, I get an error message: [UnhelpfulMessageWhenStartingDebugger](https://user-images.githubusercontent.com/1839739/208429606-f3895342-3cba-4d6c-b1ce-77301341624d.gif) I did not set any additional breakpoints in my program. My problem is...
Hi, Contrary to Chrome plugin, Firefox do not have the focus when starting a debugging session. Is there a way to change that ? I expect that when I start...
when trying to launch the debugger, after a while I get the message `Your Firefox profile cannot be loaded. It may be missing or inaccessible.` and then the message `Error...
Any idea why it opens 27 processes of the same thingi in stack? It also really does everything 21 times as you see in the console. BUT: There is only...
I run the flatpak version of firefox, so `command -v firefox` returns nothing. I tried setting the setting for the executable path to `flatpak run org.mozilla.firefox` but that doesn't work....
I have a typescript webpack project running on WSL serving on the following addresses: ``` [webpack-dev-server] Project is running at: [webpack-dev-server] Loopback: http://localhost:8080/ [webpack-dev-server] On Your Network (IPv4): http://172.23.198.163:8080/ ```...
Hi there, I am trying to debug an issue inside my react app when using the Firefox browser. My app resides inside a devcontainer because my backend app is also...
This is a request for clarifying documentation. I don't understand what problem `url` and/or `webRoot` solve: > You may want (or need) to debug your application running on a Webserver...