994ce8cf23
Change-Id: Ib866d7b8fa2b30bad0716ce9649fa8d9eaab1e41 No-Try: true Docs-Preview: https://skia.org/?cl=306723 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/306723 Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: John Stiles <johnstiles@google.com>
12 lines
551 B
Markdown
12 lines
551 B
Markdown
# 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)
|