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:
parent
773112d1c6
commit
2d8cf0a6ae
1 changed files with 8 additions and 0 deletions
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
|
@ -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
|
||||
},
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue