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": ..