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
- 알고리즘
- service
- Algorithm
- broadcastreceiver
- 데이터전달
- Android
- github
- mysql
- git
- 17837
- goland
- Jenknis
- 단축키
- 백준
- Java
- 안드로이드
- 두 동전
- 데이터
- vscode
- intent
- ubuntu
- 16197
- data
- 큐빙
- insert
- activity
- IntelliJ
- 제어반전
- 프로그래머스
- spring
Archives
- Today
- Total
목록Debugging (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