blob: 09ee7dda83521c8e06525c2a4ab78ec047d3feca [file] [log] [blame] [view]
Joe Gregorio02f72022021-03-27 10:12:45 -04001
2---
3title: "Debug Visualization"
4linkTitle: "Debug Visualization"
5
6---
7
8
9Skia uses custom container types, such as `SkString` and `SkTArray<>`, which can
10be inconvenient to view in a debugger.
11
12If you frequently debug code that uses Skia types, consider installing a debug
13visualizer. Skia offers debugger visualization support for the following
14platforms:
15
16- [Visual Studio and VS Code](https://skia.googlesource.com/skia/+/refs/heads/master/platform_tools/debugging/vs/Skia.natvis)
17- [LLDB and Xcode](https://skia.googlesource.com/skia/+/refs/heads/master/platform_tools/debugging/lldb/skia.py)
18