vscode-firefox-debug icon indicating copy to clipboard operation
vscode-firefox-debug copied to clipboard

VS Code Debug Adapter for Firefox

Results 113 vscode-firefox-debug issues
Sort by recently updated
recently updated
newest added

Since 2022 support for cli tools have been added to VS 2022. I've been using it to build and debug my web apps for a while now. I'd like to...

enhancement

Hi VS Code PM here 👋 We would love if firefox debug would support debugging without a `launch.json`. Thus allowing users to debug in a no folder vscode. Easiest to...

This extension is currently available on VisualStudio Marketplace, which can only be legally used by the Microsoft build of VSCode. Since this is a non-free build, I am using [VSCodium](https://vscodium.com/),...

Hello, I am trying to make debugger configurations pointing to a port specified in the enviromental variables. It works for chrome and for edge but it does not with the...

```jsonc { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name":...

I have configured Firefox with `"firefox.profile": "default-release"`, which is my main profile. I have a bunch of extensions. When I start a debugging session from vscode, all those extensions disappear...

I can't use `await` from the debug console in vscode. It shows the following error: ``` await 1 SyntaxError: await is only valid in async functions, async generators and modules...

enhancement

The debugger works very well with FireFox installed.Unfortunately, I can't get it to work with the portable version of FireFox (which we use internally). I always get the error message:...

When debugging a remote (Linux) `create-react-app` project, vscode successfully launches a local (OSX) instance of Firefox (two windows actually: one opening up to `http://localhost:3000` and another window opened to a...

Hello, here is a screenshot of the problem: ![image](https://user-images.githubusercontent.com/48261497/120900774-18697f00-c637-11eb-944d-db2681681da0.png) - Firefox displays the error location according to the source map - VSCode displays the real error location launch.json I'm using...