10d45b867f
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>
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: