vscode-firefox-debug
vscode-firefox-debug copied to clipboard
VS Code Debug Adapter for Firefox
Hi all. I have essentially the same launch config for Firefox and Chrome with a breakpoint set. Chrome does the expected and throws me back to VS Code where I...
I've successfully setup Firefox debugging in VSCode ... generally speaking. But whenever my app opens up a new window, the debugger seems to be detached from it. Only breakpoints of...
Hi, I have installed the extension and configured launch.json as specified in the documents, but upon trying to launch the debugger, all I get is an empty error dialog. See...
When a break happens inside the embedded HTML code in the directory index file, extension tries to open a directory as a file. It would be really helpful to add...
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix...
I have approximately the same issue with the debugger in firefox developer edition (version 125.0b9) doesn't have effect, it doesn't work at all. so I swith to firefox normal edition...
I am currently using `react-scripts start` to run my React app. I am able to set and hit breakpoints and everything works as expected. We are switching to using Vite...
# Summary My instance of Firefox Developer Edition updated last night from [`124.0 beta 9`](https://www.mozilla.org/en-US/firefox/124.0/releasenotes/) to [`125.0 beta 2`](https://www.mozilla.org/en-US/firefox/125.0beta/releasenotes/) and seems to have broken the VSCode developer extensions ability to...
i have a custom debug for my app in development mode (code below). in the browser it shows great:  but in vscode it shows in multiline:  i dont...
Bumps [webpack](https://github.com/webpack/webpack) from 5.88.2 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...