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

I am using [vuejs-logger](https://github.com/justinkames/vuejs-logger) which add a prefix by calling `console.log` with [multiple arguments](https://github.com/justinkames/vuejs-logger/blob/aa6c92aec40fd22a56ac7b0812b8fad967280e87/src/vue-logger.ts#L88). This render the following in VSCode debug console: ``` warn | js:161330:26 | This should stop...

Version: 2.9.2 Example: ```javascript const r = [1, 0, 3].map(v => ({ x: 0, y: v })); // expected: [ { x: 0, y: 1 }, { x: 0, y:...

VSCode refuses to let me choose Firefox when clicking the "create launch.json" link in the run page. Is there any way to fix that appart from open vim and manually...

Issue Type: Performance Issue When I installed the Debugger for Firefox 2.9.1 from Visual Studio Code, it appears in the list of the available Debugging environments, but when I start...

I'm trying to debug my nextjs app with Firefox. I managed to debug it with chrome. The error is that firefox can't find the files. I already tried to add...

regards to: Debugger for FireFox v2.9.1 With Python/Django a URL maps to a path in an "app" folder. The HTML code is generated by Jinja2 template engine. I included a...

We have written the needed data into your clipboard because it was too large to send. Please paste.

I am trying to make the switch to WSL (the newer version, WSL2) on Windows 10 since the build speeds are much faster, but being able to debug is the...

Hi, Currently we're using twig for get some js files for the views. But the debugger isn't catching the new files, and the breakpoints are always in gray. Firefox dev...

needs more info

Hello I am a developer and extension supporter for the Thunderbird team. I have also been a major contributor to VS Code I am really excited by the possibility of...