• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-Nov-2020-

debugger/H03-May-2022-

fonts/H03-May-2022-

MakefileH A D07-Nov-20201.3 KiB3523

README.mdH A D07-Nov-2020744 3323

compile.shH A D07-Nov-20204.3 KiB149117

debugger_bindings.cppH A D07-Nov-202021 KiB524376

package.jsonH A D07-Nov-2020448 2221

serve.pyH A D07-Nov-2020508 219

README.md

1WASM SKP Debugger
2=================
3
4The wasm skp debugger is a wasm binary that uses DebugCanvas to show SKP and MSKP files. It is
5embedded in the javascript code in debugger-assets from the infra buildbot repository.
6
7The live version is available at debugger.skia.org
8
9Build
10-----
11
12```
13make debug
14make move-assets
15```
16
17note that make move-assets just copies the two output files over to the infra repo where they can
18be served locally. This requires SKIA_INFRA_ROOT to be set to the root of your checkout of that
19repo.
20
21For more information on running the debugger locally, see infra/debugger-assets/README.md in the
22buildbot repo.
23
24Test
25----
26
27tests are run with
28
29```
30make test-continuous
31```
32
33tests are defined by files in `tests/*.spec.js`