how to use ths file of natvis in vscode and xmake? #4367
Unanswered
naonao-cola
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
"xmake.customDebugConfig": { "console": "integratedTerminal", // XMake调试时使用集成终端而非 debug console,也可以使用 externalTerminal "visualizerFile": "${workspaceFolder}/nlohmann_json.natvis", //"showDisplayString": true, },
我在vscode里面这样设置,使用xmake 编译项目,使用codelldb 进行调试。看到的json 不是键值对,而是my_type 之类的很深的层次。该如何解决
Beta Was this translation helpful? Give feedback.
All reactions