使用Vscode调试shell脚本

在vcode中安装bash dug插件

在vcode中添加launch.json配置,默认就好

使用Vscode调试shell脚本_第1张图片
参考:http://www.rply.cn/news/73966.html

推荐插件:

shellman(支持shell,智能提示)
shellcheck(shell语法检查)
shell-format(shell格式化)

你可能感兴趣的:(linux,vscode,ide,编辑器)