pre { white-space: pre !important; word-wrap: normal !important; overflow-x: auto !important; display: block !important; font-family: "Consolas", "Monaco", "Courier New", …
需求
本地调试go程序,但涉及硬件操作需要用root用户执行。
需要sudo的同时支持端点调试。
方法
修改launch.json文件
{// Use IntelliSense to learn about possible attributes.// Hover to view descriptions of ex…