admin管理员组文章数量:1122846
In the above I am running my GO application in the terminal and piping the output to jq
which formats it nice and readable. I'd like to be able to do something similar (or use a plugin if one is available) to the same effect in the debug console when running from the debug tool so I can have pretty output while stepping through. I've toyed with running dlv
from the cmd (piped to jq
) and attaching to process but this doesn't seem viable.
Is it possible to apply some formatting or customisation to the Debug Console?
本文标签: visual studio codeFormat VSCode Debug Console outputStack Overflow
版权声明:本文标题:visual studio code - Format VSCode Debug Console output - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736308063a1933529.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论