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.
803 B
803 B
Skia Debugger
Introduction
The Skia Debugger is a graphical tool used to step through and analyze the contents of the Skia picture format. The tool is available online at https://debugger.skia.org or can be run locally.
Building and running locally
Begin by following the instructions to
download and build Skia, then simply build and run the
skiaserve
tool:
# Build.
ninja -C out/Release skiaserve
# Run the debugger locally
out/Release/skiaserve
After running skiaserve
, follow the instructions to open the debugger in your
local browser. By default the address will be http://127.0.0.1:8888
.