tree: f6ad5f3dbe761d7b53aa6ee2b8dd7b39a6c6524c [path history] [tgz]
  1. debugger/
  2. go/
  3. res/
  4. templates/
  5. build_docker_release
  6. DESIGN.md
  7. Makefile
  8. probersk.json5
  9. PROD.md
  10. README.md
  11. tag-latest-skiaserve.sh
debugger/README.md

Skia Debugger

The Skia Debugger consists of several components:

  • skiaserve - The C++ command-line application that ingests SKPs and analyzes them.
  • debugger-assets - The server that provides the HTML/CSS/JS for skiaserve.
  • debugger - The server that sits at debugger.skia.org and proxies requests to running skiaserve instances.

See DESIGN.md for more details.

Running

To run the server locally make sure you have Go installed and then run:

    $ docker pull gcr.io/skia-public/skia-release:prod
    $ make release_ci
    $ make run_with_local_assets

This builds the same docker image that runs in prod, including a copy of skiaserve built against SwiftShader, so that GPU will work w/o needing a physical GPU.