# 1. 下载 Vscode 插件 Bash Debug

# 2. create launch.json file

选择 Bash Debug

# 3. 添加配置

使用下拉菜单选中刚刚我们添加的 select script from list of sh files ,点击播放键运行。

选择想 debug 的脚本,然后开始

# 4. 查看变量名

1
2
${变量名}
# 格式来添加,要确认哪个就添加哪个。
Edited on Views times