
개발 환경 : Mac (Apple Silicon) 사전 작업 Ceedling Test Project 생성하기 2023.01.27 - [개발/TDD] - [Tool] Ceedling 으로 기본적인 유닛 테스트 진행하기 Debugger 설정 @.vscode/launch.json { "version": "0.2.0", "configurations": [ { "name": "Ceedling Test Explorer Debug", "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/test/build/test/out/${command:ceedlingExplorer.debugTestExecutable}, "args": [], "stopAtEn..
개발/TDD
2023. 9. 24. 22:32