강의

멘토링

로드맵

Inflearn Community Q&A

oasis92126732's profile image
oasis92126732

asked

GO Language Programming Core Basics Introduction Course, Easy and Quick to Complete

closure

디버깅 질문입니다.

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

oasis92126732님의 프로필 이미지
oasis92126732
Questioner

네 감사합니다.

0

niceman님의 프로필 이미지
niceman
Instructor

안녕하세요.

 

atom에서는 아직 운영체제에 따라서 디버깅이 잘 되지 않고 다양한 에러를 발생하고 있습니다.

 

보통은 visual studio 코드 또는 

 

https://www.jetbrains.com/go/

 

위에 ide를 활용하시는 추세입니다.

 

감사합니다.

oasis92126732's profile image
oasis92126732

asked

Ask a question