Using vcpkg
I have compiled the mongo c++ lib "mongo-cxx-driver"
while debugging i can see that it have added a "v_noabi"
namespace everywhere in the files, folders and also on the variables types (see image attached)
I'm trying to use the mongodb.natvis
to preview these variables values on the debugger
.natvis
but the natvis doesnt include the v_noabi
namespace.
What i'm missing? i need to compile the lib with this thing of v_noabi
disabled or what?