https://github.com/jimblandy/debuggerdocs
Mozilla JavaScript Debugging Documentation
https://github.com/jimblandy/debuggerdocs
Last synced: 3 months ago
JSON representation
Mozilla JavaScript Debugging Documentation
- Host: GitHub
- URL: https://github.com/jimblandy/debuggerdocs
- Owner: jimblandy
- Created: 2011-12-26T02:11:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-04-21T04:00:33.000Z (about 9 years ago)
- Last Synced: 2025-03-17T11:59:49.147Z (3 months ago)
- Homepage:
- Size: 360 KB
- Stars: 37
- Watchers: 10
- Forks: 12
- Open Issues: 12
-
Metadata Files:
- Readme: README.mediawiki
Awesome Lists containing this project
README
= Mozilla JavaScript Debugging Documentation =
This repository holds the specifications for:
- Mozilla's [[https://wiki.mozilla.org/Debugger|
Debugger
API]], for implementing JavaScript debuggers and tools of that sort, and - Mozilla's [[https://wiki.mozilla.org/Remote_Debugging_Protocol|remote debugging protocol]], for communicating with such debuggers over some sort of byte stream.
Officially, this documentation is on the Mozilla wiki—that's where the links take you—but we'd much rather use GitHub for revisions than MediaWiki's revision control, so we've checked it in here.
== Branches ==
This repository's master branch tracks the wiki's contents. Revisions in progress, proposals for changes, and anything else that hasn't been placed on the wiki should go on a branch. Independent proposals should go on independent branches, I guess.
== Ben's Birthday ==
Please join me in wishing [[http://www.red-bean.com/happy-birthday-ben/|Ben Collins-Sussman]], a very fine fellow, a happy 40th birthday!