skia2/site/docs/dev/tools/debugvis.md
Joe Gregorio 10d45b867f [docysserver] Move to the Hugo/Docsy set of files as the primary documentation.
Bug: skia:11799
Change-Id: Ic9e9bc6a91cf1a7c9166ca1eae4aec6b00eb5e2a
Docs-Preview: https://skia.org/?cl=391436
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/391436
Reviewed-by: Heather Miller <hcm@google.com>
2021-03-31 19:16:09 +00:00

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: