02f72022c5
This CL lands copies all the documentation in /site into /site2 but also adds frontmatter to each page. Additionally it adds a Hugo `config.toml` file. Once the new documentation server is live the original /site directory will be removed and /site2 will be renamed /site. Bugs: skia:11799 Change-Id: Ic300cf5c2a2a8fa2f9acc3455251bf818cb96a52 Docs-Preview: https://skia.org/?cl=386116 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/386116 Reviewed-by: Joe Gregorio <jcgregorio@google.com>
603 B
603 B
title: "Debug Visualization" linkTitle: "Debug Visualization"
Skia uses custom container types, such as SkString
and SkTArray<>
, which can
be inconvenient to view in a debugger.
If you frequently debug code that uses Skia types, consider installing a debug visualizer. Skia offers debugger visualization support for the following platforms: