계속 이런 에러가 나오는데 며칠째 찾아봐도 뭐가 문제인지를 모르겠어요
해결방법 좀 알려주세요 ㅠㅠㅜ
{
"configurations": [
{
"name": "(Windows) 시작",
"type": "cppvsdbg",
"request": "launch",
"program": "프로그램 이름 입력(예: ${workspaceFolder}/a.exe)",
"args": [],
"stopAtEntry": false,
"cwd": "${fileDirname}",
"environment": [],
"console": "externalTerminal"
}
],
"version": "2.0.0"
}
a.exe 실행 파일이 프로젝트 폴더에 없잖아
1. 먼저 exe가 프로젝트 폴더에 생성됐는지 2. json의 program 경로가 실제 경로와 일치하는지