vscode CMake Debug

zz0622
|2024. 7. 10. 20:36

CMake 파일 디버깅

 

main file debuging

 

 

인자 집어넣기 .vscode/settings.json

{
"files.associations": {
"string": "cpp",
"ostream": "cpp"
},

"cmake.debugConfig": {
"args": [
"0", "0"
]
}
}

'Programming > C++' 카테고리의 다른 글

AT_DISPATCH_FLOATING_TYPES, AT_ASSERTM  (0) 2024.07.02
#pragma unroll, __restrict__  (0) 2024.07.02
Gstreamer  (0) 2024.04.15
Opencv 설치시 fatal error: va/va.h: No such file or directory 오류  (0) 2024.03.12