vscode-firefox-debug
vscode-firefox-debug copied to clipboard
VS Code Debug Adapter for Firefox
Hi, so at first, when I started the debug it told me there is a connection error on port 6000. I changed that to 80 and now the error is...
Hello team, I am trying to debug javascript inside a django application. I have breakpoints set within the JS yet for some reason when I load the page its not...
I have a problem that inside Vscode debug console i see errors that points to the correct file, but with wrong slash \ instead of /. Local: Windows 11, Cursor,...
It seem like the '-no-remote' cli option has been removed: https://bugzilla.mozilla.org/show_bug.cgi?id=1906260
Setting the `tabFilter` property in the config or relying on the automatically generated `tabFilter` per the documentation does not actually result in any filtered tabs. All tabs are attached regardless...
Related #362 After enabling `sourcemap` for `vite` (see below), I can consistently hit breakpoints, and their locations will be resolved correctly. ```ts export default defineConfig({ plugins: [sveltekit()], // svelte specific...
Type: Bug launch.json configuration: ``` { "log": { "fileLevel": { "default": "Debug" }, "fileName": "${workspaceFolder}/logs/ffdebug.log" }, "name": "FFdebug", "pathMappings": [ { "path": "${workspaceFolder}/app/", "url": "http://127.0.0.1:5500" }, { "path": "${workspaceFolder}/app/", "url":...
Obfuscated variables are not made readable using the available inline source map. With `pathMappings` configured, breakpoints in VSCode work, but the variables values aren't visible in the editor on mouse...
Hi, I have Firefox, Firefox Nightly, and Firefox Developer edition installed on my Windows dev machine, Firefox is the default browser. I've created a .vscode/launch.json in the root directory of...
This is a draft issue created to initiate discussion or gather information. Please provide additional details such as the issue type (bug, feature request, question, etc.), relevant context, steps to...