Improve debug configuration. Add debug binary to .gitignore (#183)
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>pull/181/head
parent
d416857421
commit
d2585b655f
|
|
@ -80,6 +80,7 @@ anaconda-mode/
|
|||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
cmd/manager/__debug_bin
|
||||
|
||||
# Test binary, build with 'go test -c'
|
||||
*.test
|
||||
|
|
|
|||
|
|
@ -2,6 +2,14 @@
|
|||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"useApiV1": false,
|
||||
"dlvLoadConfig": {
|
||||
"followPointers": true,
|
||||
"maxVariableRecurse": 1,
|
||||
"maxStringLen": 3000,
|
||||
"maxArrayValues": 100,
|
||||
"maxStructFields": -1
|
||||
},
|
||||
"name": "Che Operator",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
|
|
|
|||
Loading…
Reference in New Issue