barakd / debugger.html

The Firefox debugger that works anywhere :boom:

Home Page:https://devtools-html.github.io/debugger.html/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title permalink
debugger.html
/

debugger.html · slack-badge npm-version PRs Welcome

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 protocols but develop a broader community that wants to create great tools for the web.

debugger-screenshot

Quick Setup

Or take a look at our detailed getting started instructions.

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

cd debugger.html
yarn install
yarn run firefox

# create a new terminal tab
yarn start

Next Steps

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.

If this is your first PR or you're not sure where to get started, say hi in slack and a team member would be happy to mentor you.

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

Say hello in slack or in the #devtools-html channel on irc.mozilla.org.

  • Community Call: Every Tuesday, Thursday at 3pm EST. Join the Hangout
  • DevTools Call: Every Tuesday at 12pm EST. Join the DevTools Vidyo
  • Pairing: Ask in slack and you'll either find someone or be able to schedule a time for later.

License

MPL 2

About

The Firefox debugger that works anywhere :boom:

https://devtools-html.github.io/debugger.html/

License:Mozilla Public License 2.0


Languages

Language:JavaScript 87.8%Language:CSS 8.4%Language:HTML 1.6%Language:Ruby 1.1%Language:Shell 1.1%Language:Python 0.1%