Socket
Socket
Sign inDemoInstall

debugger.html

Package Overview
Dependencies
24
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    debugger.html

debugger.html is a hackable debugger for modern times, built from the ground up using [React][react] and [Redux][redux]. It is designed to be approachable, yet powerful. And it is engineered to be predictable, understandable, and testable.


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

debugger.html

debugger.html is a hackable debugger for modern times, built from the ground up using React and Redux. It is designed to be approachable, yet powerful. And it is engineered to be predictable, understandable, and testable.

Mozilla created this debugger for use in the Firefox Developer Tools. And we've purposely created this project in GitHub, using modern toolchains. We hope to not only to create a great debugger that works with the Firefox and Chrome Debugging Protocol but development community that can embed this debugger in your own projects with tools like NPM.

debugger-screenshot

Circle CI status npm version PRs Welcome

Getting Setup

Here's the quick setup, if you're getting started, we recommend the detailed getting started instructions.

curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.18.1
git clone git@github.com:devtools-html/debugger.html.git

cd debugger.html
yarn install
yarn run firefox

# create a new terminal tab
cd debugger.html
yarn start

After the debugger is setup, you can:

Getting Involved

This is an open source project and we would love your help. We have prepared a CONTRIBUTING guide to help you get started.

We strive for collaboration with mutual respect for each other. Mozilla also has a set of participation guidelines which goes into greater detail specific to Mozilla employees and contributors.

Discussion

We're all on Mozilla's IRC in the #devtools-html channel on irc.mozilla.org.

  • Community Call Every Tuesday, Thursday at 3pm EST. Call
  • DevTools Call Every Tuesday at 12pm EST. info

License

MPL 2

FAQs

Last updated on 18 Jan 2017

Did you know?

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc