1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-06 11:46:24 -07:00

Add debug improvements to read full strings

(Why is the default value fucking 64?)
This commit is contained in:
comraderat 2020-07-08 20:49:43 +02:00
parent 773112d1c6
commit 2d8cf0a6ae

8
.vscode/launch.json vendored
View file

@ -13,6 +13,10 @@
"program": "${workspaceFolder}/cmd/gochan/",
"env": {},
"args": [],
"dlvLoadConfig": {
"maxStringLen": 5000,
"maxArrayValues": 500
},
},
{
"name": "gochan-migration",
@ -23,6 +27,10 @@
"program": "${workspaceFolder}/cmd/gochan-migration/",
"env": {},
"args": [],
"dlvLoadConfig": {
"maxStringLen": 5000,
"maxArrayValues": 500
},
}
]
}