Inflearn Community Q&A
디버깅 질문입니다.
Written on
·
216
0
디버깅 설치해서 수행하고 싶은데 어떻게 해야하나요? go debug 설치했지만
Failed to start delve with config "Debug" Error: Error: Closed with code 1
다음 과 같은 내용이 뜨네요..,
go
Quiz
51% of people got it wrong. Give it a try!
What are the main reasons for using functions in the Go language?
to simply copy and paste the code
To increase code reusability and modularize
to omit the type when declaring variables
To arbitrarily specify the program's starting point.
Answer 2
0
0
niceman
Instructor
안녕하세요.
atom에서는 아직 운영체제에 따라서 디버깅이 잘 되지 않고 다양한 에러를 발생하고 있습니다.
보통은 visual studio 코드 또는
위에 ide를 활용하시는 추세입니다.
감사합니다.





