The Firefox debugger that works anywhere 💥
Clone or download
nchevobbe and darkwing Make the Frames component copy-friendly (#7723)
This PR adds a `selectable` props to the Frames component,
which, when true, will cause some white-space only nodes to
be added into the DOM.
This is mainly aimed for the console where stacktraces can be
copied and where we want the clipboard output to be as helpful
as what is shown in the console output.
Latest commit 6e8b1f5 Jan 16, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci chore(deps): update node.js to v11.6.0 (#7601) Dec 27, 2018
.github Welcome princiya to the community team (#7650) Jan 3, 2019
.vscode Transpile debugger modules for DevTools loader (#6220) May 7, 2018
_layouts Adding DocSearch to the site (#6022) Apr 19, 2018
assets Implement Event Listeners Panel (#7715) Jan 15, 2019
bin Add support for removing files when backporting (#7729) Jan 15, 2019
configs Update Github to reflect MC (#7678) Jan 8, 2019
docs Remove click here to edit links (#7722) Jan 16, 2019
flow-typed Rename some Position/Location types. (#7364) Nov 29, 2018
images Switch from Inline SVGs to images (#7697) Jan 15, 2019
packages Make the Frames component copy-friendly (#7723) Jan 16, 2019
src Make the Frames component copy-friendly (#7723) Jan 16, 2019
test/mochitest Make the Frames component copy-friendly (#7723) Jan 16, 2019
.babelrc Don't transform object spread (#7489) Dec 12, 2018
.editorconfig Add basic EditorConfig file. (#589) Aug 31, 2016
.eslintignore Transpile debugger modules for DevTools loader (#6220) May 7, 2018
.eslintrc Migrate source maps (#5824) Apr 23, 2018
.eslintrc.jsx-a11y Use AccessibleImage component instead of img in Workers (#7639) Jan 3, 2019
.flowconfig [flow] add flow-typed libs + move to static immutable checks (#6518) Jun 21, 2018
.gitattributes Fix cross-configuration problems (#4475) Oct 25, 2017
.gitignore Ignore module manifest unless forced (#7281) Nov 15, 2018
.prettierignore Handle global-rewrite (Ember-related) original scope resolution (#5871) Apr 10, 2018
.remarkignore [parser] Test each set of fixtures across more build targets. (#6707) Jul 27, 2018
.remarkrc Fix remark (#2880) May 13, 2017
.stylelintignore update lint script to better capture directory layout (#2086) Feb 22, 2017
.stylelintrc [sync] backport changes from release-75 (#6702) Jul 26, 2018
.travis.yml [sync] Bug 1517167 Part 3 - Add test for source maps in dynamically g… Jan 15, 2019
CODEOWNERS Remove jdescottes from properties file codeowners (#6918) Sep 3, 2018
CODE_OF_CONDUCT.md Update Code of Conduct to use new Reporting Guideline (#7371) Nov 29, 2018
Gemfile (WIP) Improve gh-pages (#1917) Feb 3, 2017
LICENSE License (#332) Jul 14, 2016
README.md [docs] Link CI badge to CI status page (#7716) Jan 13, 2019
ROADMAP.md Improve Issue triaging process (#5580) Mar 5, 2018
_config.yml (WIP) Improve gh-pages (#1917) Feb 3, 2017
jest-test.config.js Fixes #7656 - Remove absolute positioning in directory view of source… Jan 11, 2019
jest.config.js Update jest circle config (#7373) Nov 29, 2018
mocha-runner.html Update Mocha runner Jan 13, 2017
package.json Update dependency devtools-launchpad to ^0.0.143 (#7707) Jan 10, 2019
postcss.config.js Update yarn-copy so that assets are accurately created (#7256) Nov 13, 2018
renovate.json Edit renovate section (#7437) Dec 7, 2018
webpack.config.js Update source-map worker to use source-map 0.7.x (#7071) Oct 3, 2018
yarn.lock Update dependency devtools-launchpad to ^0.0.143 (#7707) Jan 10, 2019

README.md

debugger.html

slack-badge ci-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

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