1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
debugger Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
fonts Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
tests Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
.gitignore Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Makefile Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
compile.sh Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
cpu.js Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
debugger_bindings.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
externs.js Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
gpu.js Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
helper.js Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
karma.conf.js Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
package.json Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
serve.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.md

WASM SKP Debugger

The wasm skp debugger is a wasm binary that uses DebugCanvas to show SKP and MSKP files. It is embedded in the javascript code in debugger-assets from the infra buildbot repository.

The live version is available at debugger.skia.org

Build

make debug
make move-assets

note that make move-assets just copies the two output files over to the infra repo where they can be served locally. This requires SKIA_INFRA_ROOT to be set to the root of your checkout of that repo.

For more information on running the debugger locally, see infra/debugger-assets/README.md in the buildbot repo.

Test

tests are run with

make test-continuous

tests are defined by files in tests/*.spec.js