mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2026-02-12 11:46:28 +00:00
Add MSVC Debugger Visualizer config for YAML::Node (#693)
This commit is contained in:
committed by
Jesse Beder
parent
0d5c57150c
commit
82e9571213
9
src/contrib/yaml-cpp.natvis.md
Normal file
9
src/contrib/yaml-cpp.natvis.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user