lloiser / go-debug

🐛 A go debugger for atom using delve.
https://atom.io/packages/go-debug
MIT License
388 stars 21 forks source link

String variable length is limited to 64 characters #143

Open wangyuanmike opened 6 years ago

wangyuanmike commented 6 years ago

I have set "max-string-len: 300" in ~/.dlv/config.yml, and restarted atom. But it did not work. Do I need to set some other configurations in go-debug? If it is an issue, could you please help to solve it? thanks!