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.
19 lines
603 B
19 lines
603 B
7 months ago
|
|
||
|
---
|
||
|
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:
|
||
|
|
||
|
- [Visual Studio and VS Code](https://skia.googlesource.com/skia/+/refs/heads/master/platform_tools/debugging/vs/Skia.natvis)
|
||
|
- [LLDB and Xcode](https://skia.googlesource.com/skia/+/refs/heads/master/platform_tools/debugging/lldb/skia.py)
|
||
|
|