如下圖所示,請問這是什么情況?

用的 node-gyp -j 16 rebuild --debug 命令
附c_cpp_properties.json
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.18362.0",
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "msvc-x64",
"compilerArgs": [
"-fstandalone-debug"
]
}
],
"version": 4
}
uj5u.com熱心網友回復:
搞定了,換一個type就行了,"type": "cppvsdbg"轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/214294.html
標籤:其他開發語言
