1 / 1
Mar 31

Using vcpkg I have compiled the mongo c++ lib “mongo-cxx-driver” GitHub - mongodb/mongo-cxx-driver: C++ Driver for MongoDB

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

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?