admin管理员组

文章数量:1356084

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?

本文标签: How to use the mongodbnatvis with the mongocxx c libStack Overflow