Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.18 KB

go-remote-debug

This is a remote debug for the Go programming language.

コンテナの起動

docker-compose up

GolandからDebug起動

Run > Debug

ScreenShot 2022-01-01 16 43 35

Edit Configurations...をクリック

ScreenShot 2022-01-01 16 43 43

Go Remoteの追加

ScreenShot 2022-01-01 16 44 01

ScreenShot 2022-01-01 16 44 16

挙動チェック

ブレークポイントを貼って、エンドポイントへアクセス

curl 'http://localhost:8080'

ScreenShot 2022-01-01 16 46 41