Skip to content

subCode321/debugger.html

This branch is 1450 commits behind firefox-devtools/debugger:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 3, 2017
Feb 23, 2018
Feb 23, 2018
Feb 24, 2018
Feb 9, 2018
Jan 9, 2018
Feb 20, 2018
Feb 5, 2018
Feb 24, 2018
Oct 17, 2017
Aug 31, 2016
Jun 19, 2017
Feb 5, 2018
Jan 10, 2018
Oct 25, 2017
Dec 27, 2017
Feb 22, 2018
May 13, 2017
Feb 22, 2017
Jun 19, 2017
Jan 26, 2018
Feb 21, 2018
Aug 22, 2016
Jan 31, 2018
Feb 3, 2017
Feb 3, 2017
Jul 14, 2016
Feb 12, 2018
Dec 20, 2017
Feb 3, 2017
Jan 9, 2018
Jan 13, 2017
Feb 21, 2018
Jan 24, 2018
Sep 15, 2017
Jan 9, 2018
Feb 21, 2018

Repository files navigation

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

Table of Contents

Quick Setup

Or take a look at our detailed getting started instructions.

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

cd debugger.html
yarn
yarn start
# Go to http://localhost:8000

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.

Or, perhaps you have found a vulnerability in the debugger and want to report it? in that case, take a look at how we handle security bugs over, and open a bug at Bugzilla so we can track it while keeping users safe!

Development Guide

We strive to make the Debugger as development friendly as possible. If you have a question that's not answered in the guide, ask us in slack. We also ❀️ documentation PRs!

Themes theming changes for light, dark, firebug
Internationalization using or adding a localized string (l10n)
Prefs using or adding a preferences
Flow flow best practices and common gotchas
Logging tips for logging redux and client
Testing unit and integration test tips
Linting css, js, markdown linting
Configs how to use debugger settings locally
Hot Reloading steps for enabling hot reloading

Documentation

Looking for a place to find our documentation? you can find them here!

Our Weekly updates are also posted!

Discussion

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

License

MPL 2

About

The Firefox debugger that works anywhere πŸ’₯

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.5%
  • CSS 4.7%
  • HTML 1.2%
  • Ruby 0.3%
  • Shell 0.3%
  • C 0.0%