Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 알고리즘
- git
- 큐빙
- activity
- goland
- 제어반전
- 두 동전
- IntelliJ
- Android
- 16197
- Jenknis
- 데이터전달
- 단축키
- github
- intent
- Algorithm
- 데이터
- ubuntu
- 안드로이드
- insert
- 프로그래머스
- spring
- vscode
- 백준
- mysql
- data
- service
- broadcastreceiver
- 17837
- Java
Archives
- Today
- Total
목록디버깅 (1)
해보자
[Goland] cannot find the delve executable for drawing/amd64
MacOS M1에서 goland의 디버깅이 되지 않는 문제가 있었다. ㅠㅡㅠ 1. go version `arm`으로 설치 2. goland Apple sillicon 버전으로 설치 3. GO environment 설정 export GOPATH=[[ my go project path ]] export GOBIN=$GOPATH/bin export PATH=$PATH:$GOBIN:$GOROOT/bin 4. delve download readme가 아주 친절하게 나와있기 때문에 직접 참고하는 것이 좋다. https://github.com/go-delve/delve/blob/master/Documentation/installation/README.md $ git clone https://github.com/go-..
Go
2022. 5. 27. 03:43