vscode-firefox-debug
vscode-firefox-debug copied to clipboard
VS Code Debug Adapter for Firefox
Hi! I've switched to Macos, and in setting up my workflow again I'm running into some quirks with the Firefox debugger. It all works the _first_ time like it's intended...
Hi, I can launch Chrome or MSEdge with runtimeArgs: ["--disable-web-security"]. With this flag CORS is allowed and I need this for development. How do I do the same with the...
By default, firefox opens new tab with `about:blank`, If `user.js` set to `user_pref("browser.startup.page", 3);` (restore previous session), it will open additional new tab each time firefox has started. Attempting set...
with `firefox.keepProfileChanges` set to true, some of the browser preferences are not restored upon restart of the debugger. The `prefs.js` file is updated and saved properly, but upon next start...
Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
When `request` is to `launch` I'd expect the debugger have full control for launched processes, so when debugger stopped, the processes it launched should also be stopped (at least this...
Trying to get debugging working on Windows 10/64 for Thunderbird extension, but will only launch Firefox. I have tried the path as shown below and `"C:\\Program Files (x86)\\Mozilla Thunderbird New\\thunderbird.exe"`...
i'm using this structure to time some of the api calls: ``` console.time('process_name') // my async api call console.timeEnd('process_name') ``` In the browser i see the time it took for...
Breakpoint hit, but not shown in the code editor, nor in the CALL STACK window, but CALL STACK windows tells me that 'PAUSED ON BREAKPOINT'. Cannot step through the code...
I am able to set and have verified breakpoints in VS Code. The breakpoints are hit correctly in VS Code while using Firefox stable (v101.0 64-bit) but not when using...