Skip to content

rlugojr/debugger-protocol-viewer

 
 

Repository files navigation

debugging-protocol-viewer

Explore the Chrome Debugging Protocol, its methods, events and basic documentation.

More on the Chrome DevTools Debugging Protocol

Building

Dependencies:

gem install jekyll
npm install -g bower

bower install

Building:

jekyll serve # compiles site to _site/ and watches for file changes

Updating protocol:

./update-protocol-json.sh

jekyll build # to build, though gh-pages will do that on its own.

#33 tracks a better flow.

Deploying:

All pushes to gh-pages instantly trigger a jeklyll build and the site will serve the resulting _site.

History

  • v0.1 original Eric Guzman app.
  • v0.2 irish's "upgrades".
  • v0.8 guzman's polymer 0.8 refactor
  • v1.0 konrad's polymer 1.0 + jekyll refactor
  • which brings us to… now.

License

Apache

Contributing

Pull requests very welcome!

About

Explore the DevTools protocol—its domains, methods, and events

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 73.4%
  • JavaScript 12.7%
  • CSS 11.0%
  • Shell 2.9%