Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

debugger.html

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debugger.html

This is a prototype debugger written without any XUL and based on React and Redux.

  • 0.0.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

debugger.html

This is a prototype debugger written without any XUL and based on React and Redux.

Build Status

Getting Started
  • npm install - Install Dependencies
  • npm run start-firefox - Start Firefox
  • npm start - Start Debugger

screen shot 2016-05-16 at 1 24 29 pm

Running tests
  • npm test - Run unit tests
  • npm run mocha-server - Run unit tests in the browser
  • cypress run - Run integration tests
  • cypress open - Run integration tests in the browser
  • npm run lint - Run CSS and JS linter
  • npm run storybook - Open Storybook
Advanced :see_no_evil:
User Configuration

You can create a development.local.json for local user settings in public/js/configs.

  • clientLogging - set to true to see client logs
Remote Debugging

If you'd like to connect an existing Firefox browser to debugger.html, you can press shift+F2 to open the developer toolbar and type listen 6080 into the developer toolbar console.

Starting Firefox

Sometimes you will want to open firefox manually.

  1. open a specific version of firefox
  2. use a different profile

It is easy to open firefox with the firefox-bin script:

$ /Applications/FirefoxNightly.app/Contents/MacOS/firefox-bin -P development --start-debugger-server 6080
  • --start-debugger-server 6080 Start Firefox in remote debugging mode.
  • -P development parameter specifies a profile to use:

Firefox needs to some settings configured in about:config to remotely connect to devtools:

  • devtools.debugger.remote-enabled to true
  • devtools.chrome.enabled to true
  • devtools.debugger.prompt-connection to false

FAQs

Package last updated on 20 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc