Created
October 28, 2019 01:33
-
-
Save TsuyoshiUshio/2ab98d65c60d01b89c042bb740d1907b to your computer and use it in GitHub Desktop.
Debug settings for attach binary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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