profile
불편함을 해소하기 위해, 오늘도 디버깅을 합니다.
post-thumbnail

Golang remote debugging 하기

실행 환경 VSCode with "Remote - SSH" 이용해 접속 ssh 접속 후 Marketplace에서 Go 설치 (Install in SSH) Command + Shift + P (Command Palette) ![](https://images.velog.io/images/mingkyme/post/95fce54e-0a41-4abc-aeaf-6d3e348504b6/image.png

2021년 12월 23일
·
0개의 댓글
·
post-thumbnail

Golang M1 Mac VSCode Debug

M1 Mac Air, Monterey OS 기준으로 테스트 했습니다 Go 설치 https://golang.org/dl/ VS Code 설치 기존의 설치 방법은 Universal version 다운로드해서 진행했었지만, 이게 나에게 큰 난관을 불러왔다. 꼭 Apple Silicon version으로 다운해야한다. https://code.visualstudio.com/ 접속 Other platforms 클릭 ![](https://images.velog.io/images/mingkyme/post/e5bf26cd-b593-4cd

2021년 11월 20일
·
0개의 댓글
·