Skip to content

Commit

Permalink
debug launch config examples
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-k committed Jan 5, 2018
1 parent 9eb6cf8 commit 45aa8d5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/launch.json
Expand Up @@ -9,6 +9,15 @@
"program": "${workspaceRoot}/cmd/squash-server/main.go",
"args": ["--cluster=debug", "--port=8012"],
"showLog": true
},
{
"name": "Launch Client",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceRoot}/cmd/client/main.go",
"args": ["--url=http://localhost:8012/api/v1", "--json" , "wait", "DEBUGATTACHMENTIDHERE"],
"showLog": true
}
]
}

0 comments on commit 45aa8d5

Please sign in to comment.