mirror of https://github.com/axmolengine/axmol.git
10 lines
480 B
Markdown
10 lines
480 B
Markdown
# MSVC debugger visualizer for YAML::Node
|
|
|
|
## How to use
|
|
Add yaml-cpp.natvis to your Visual C++ project like any other source file. It will be included in the debug information, and improve debugger display on YAML::Node and contained types.
|
|
|
|
## Compatibility and Troubleshooting
|
|
|
|
This has been tested for MSVC 2017. It is expected to be compatible with VS 2015 and VS 2019. If you have any problems, you can open an issue here: https://github.com/peterchen-cp/yaml-cpp-natvis
|
|
|