CLion of Native visualizers

Creative Commons License Copyright: Attribution, allow others to create paper-based, and must distribute paper (based on the original license agreement with the same license Creative Commons )

This is a good thing
reference blog: https://blog.jetbrains.com/clion/2019/06/clion-2019-2-eap-msvc-debugger-unused-includes-check-and-more/#more-6491
Here Insert Picture Description
Here Insert Picture Description
is now I do not know where to put the configuration file in the Microsoft article
https://docs.microsoft.com/zh-cn/visualstudio/debugger/create-custom-views-of-native-objects?view=vs- 2015
there say something

<?xml version="1.0" encoding="utf-8"?>  
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">  
  <Type Name="MyNamespace::CFoo">  
    .  
    .  
  </Type>  

  <Type Name="...">  
    .  
    .  
  </Type>  
</AutoVisualizer>  

Here Insert Picture Description
CLion not written a blog like how to get

Guess you like

Origin blog.csdn.net/qq_32768743/article/details/94590625