Skip to content

Commit

Permalink
add debug conf
Browse files Browse the repository at this point in the history
  • Loading branch information
goldfix committed Jul 21, 2019
1 parent e50b39d commit a63be08
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"version": "0.2.0",
"configurations": [


{
"name": "Launch file",
"type": "go",
Expand All @@ -28,12 +29,22 @@
{
"mode": "auto",
"trace": "verbose",
"name": "Launch-Args",
"name": "Launch-Force_Init",
"type": "go",
"request": "launch",
"program": "${fileDirname}",
"env": {"GO111MODULE":"on"},
"args": ["force_init",]
},
{
"mode": "auto",
"trace": "verbose",
"name": "Launch-Load",
"type": "go",
"request": "launch",
"program": "${fileDirname}",
"env": {"GO111MODULE":"on"},
"args": ["load",]
}
]
}

0 comments on commit a63be08

Please sign in to comment.