An experimental debugger interface.
JavaScript CSS HTML Ruby Shell TypeScript
Clone or download
Pull request Compare This branch is 28 commits behind devtools-html:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.babel
.github
.vscode
_layouts
assets
bin
configs
docs
flow-typed
packages
src
.babelrc
.editorconfig
.eslintignore
.eslintrc
.flowconfig
.gitattributes
.gitignore
.prettierignore
.remarkignore
.remarkrc
.stylelintignore
.stylelintrc
.travis.yml
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Gemfile
Gemfile.lock
LICENSE
README.md
ROADMAP.md
_config.yml
circle.yml
jest-test.config.js
jest.config.js
mocha-runner.html
package.json
postcss.config.js
wallaby.conf.js
webpack.config.js
yarn.lock

README.md

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
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