FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

vscode-firefox-debug/src at master · firefox-devtools/vscode-firefox-debug · GitHub

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

This folder contains the sources for the Debug Adapter for Firefox extension. They are grouped into the following subfolders:

  • adapter - the debug adapter itself, which is run in a separate process and talks to VS Code using the Debug Adapter Protocol

  • extension - contains additional integration with VS Code (this code will be run in the VS Code extension host):

    • the Loaded Scripts Explorer, which is shown at the bottom of the debug view
    • a DebugConfigurationProvider that adds machine-specific configuration (like the location of the Firefox executable, the name of the profile to use for debugging, etc.) from the user's VS Code settings to debug configurations
    • a button to toggle the “Disable Popup Auto-Hide” flag (for WebExtension debugging) from VS Code
  • test - mocha tests for this extension

  • common - a few interfaces and functions used throughout this extension

  • typings - type definition files for npm modules for which no type definitions exist on npm


Back | FazBrowse Home | New Git URL