Skip to content

Instantly share code, notes, and snippets.

@TsuyoshiUshio
Created October 28, 2019 01:33
Show Gist options
  • Save TsuyoshiUshio/2ab98d65c60d01b89c042bb740d1907b to your computer and use it in GitHub Desktop.
Save TsuyoshiUshio/2ab98d65c60d01b89c042bb740d1907b to your computer and use it in GitHub Desktop.
Debug settings for attach binary
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to local process",
"type": "go",
"request": "attach",
"mode": "local",
"processId": 87235
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment