vscode-firefox-debug
vscode-firefox-debug copied to clipboard
VS Code Debug Adapter for Firefox
Steps to reproduce: 1. create new react app: `npx create-react-app my-app` 1. start react app: `export BROWSER=none && yarn start` 1. start debugging in vscode - see `launch.json` below 1....
Firefox Nightly supports time travel debugging, see https://wiki.mozilla.org/Time_Travel_Debugging and https://www.bleepingcomputer.com/news/software/firefox-is-testing-time-travel-debugging/. So you may want to do so, too. :smile:
I recently switched to using VSCodium, and found that I couldn't get the firefox debugger extension anymore. According to their [documentation](https://github.com/VSCodium/vscodium/blob/master/DOCS.md#extensions-marketplace), it uses a different store: https://open-vsx.org/ Can we get...
*Automatic browser debugging* opens a debug sessions for URLs clicked from the terminal. If users really use it it would add a happy path that avoids extra configuration. https://github.com/microsoft/vscode-js-debug#automatic-browser-debugging
Running vscode no kubuntu 19 and try to use firefox-debug (all latest version and updates). Pressing f5 shows the list of possible debuggers but nothing happens when selecting firefox and...
Visual Studio Code 1.41.1 (Windows 10 Enterprise x64) Debugger for Firefox 2.6.1 Angular Cli 1.7 When trying to debug an angular application started via 'ng serv' and starting the 'Launch...
This is not a bug in vscode-firefox-debug Just tracking https://bugzilla.mozilla.org/show_bug.cgi?id=1039678 When (if?) they fix this, we should be able to do NTLM authentication angular/dotnet core debugging. 
> Version 2.2.0 of the debug adapter supports remote development. Please try it out and tell me if it works for you. @hbenl I can set and hit a breakpoint...
I'm trying to debug a barebones create-react-app and I'm a little bit confused by the instructions on how to setup vscode-firefox-debug. Below is my launch configuration: ``` { "name": "Launch...
I'm experiencing a delay between launching the debugger in VS Code and having the debugger fully attach. The browser opens, and the page loads, but all of the breakpoints in...