Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>Debugger for WaterfoxNew to Visual Studio Code? Get it now.
Debugger for Waterfox

Debugger for Waterfox

waterfox-devtools

|
118 installs
| (0) | Free
Debug your web application or browser extension in Waterfox
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Waterfox conversion steps:

  • Case sensitive Search and replace
    • Firefox to Waterfox
    • firefox to waterfox
  • Rollback the docs
    • git restore '*.md'
  • Rename folder and files
    • ./src/adapter/firefox to ./src/adapter/waterfox
    • ./src/adapter/firefoxDebugAdapter.ts to ./src/adapter/waterfoxDebugAdapter.ts
    • ./src/adapter/firefoxDebugSession.ts to ./src/adapter/waterfoxDebugSession.ts
  • Fix Windows path (Remove Mozilla ) In ./src/adapter/configuration.ts
    • C:\\Program Files\\Mozilla Waterfox\\waterfox.exe to C:\\Program Files\\Waterfox\\waterfox.exe
    • C:\\Program Files (x86)\\Mozilla Waterfox\\waterfox.exe to C:\\Program Files (x86)\\Waterfox\\waterfox.exe
  • Fix package.json
    • Line 5 - author
    • Line 17 - add --glob
    • Line 39 - waterfox-profile version
    • Line 117 - repo
    • Line 127 - bugs
    • Line 130 - homepage
  • Add dist/*LICENSE.txt to .gitignore
  • Replace icon.png
  • Update README.md below


logo
VS Code Debugger for Waterfox

Debug your JavaScript code running in Waterfox from VS Code.

Forked from https://github.com/firefox-devtools/vscode-firefox-debug

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft