Shell scripts/zh: Difference between revisions
Created page with "当 Bash 脚本执行失败时,它只会输出错误信息,而不会显示出错的代码位置。" |
Created page with "== 调试嵌入脚本 ==" Tags: Mobile edit Mobile web edit |
||
| Line 138: | Line 138: | ||
</syntaxHighlight> | </syntaxHighlight> | ||
< | <span id="Debugging_embedded_scripts"></span> | ||
== | == 调试嵌入脚本 == | ||
当 Bash 脚本执行失败时,它只会输出错误信息,而不会显示出错的代码位置。 | 当 Bash 脚本执行失败时,它只会输出错误信息,而不会显示出错的代码位置。 | ||