Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
| 31 |
Tags
- 티스토리챌린지
- C++
- predictive analysis
- raw data
- 함수
- 파이썬
- pointer
- function
- 반복문
- baekjoon
- Object Oriented Programming
- Data Science
- vscode
- 배열
- assignment operator
- string
- 문자열
- 알고리즘
- Deep Learning
- array
- pass by reference
- programming
- 백준
- 포인터
- Python
- Class
- OOP
- const
- 오블완
- Pre-processing
Archives
- Today
- Total
목록2023/12/23 (2)
Channi Studies
[C++] vscode 디버깅 세팅 기록
2023.12.23 기준 M2 MAC 디버깅 관련 파일들 기록 codelldb extension 사용 중 //c_cpp_properties.json { "configurations": [ { "name": "Mac", "includePath": [ "${workspaceFolder}/**" ], "defines": [], "macFrameworkPath": [ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks" ], "compilerPath": "/usr/bin/clang", "cStandard": "c17", "cppStandard": ..
C++/기타
2023. 12. 23. 17:44