목록괴짜의 기술/Tips (1)
괴짜양성소

처음 macOS에 VSCode를 셋업할 때, debug모드 실행 시 externalConsole이 필요할 때가 있다. 나의 경우에는 C++ 코드를 debug모드로 실행할 때 외부입력을 받기위해서 사용하고 싶은 경우였다. 그런데 처음 VSCode를 설치하고 C++ extension을 설치하고 나서 debug모드를 실행할 때 다음과 같은 launch.json을 만들어 실행한다고 해보자 { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid..
괴짜의 기술/Tips
2021. 4. 6. 19:05