同步阅读进度,多语言翻译,过滤屏幕蓝光,评论分享,更多完整功能,更好读书体验,试试 阅读 ‧ 电子书库
A bash Debugger
In this section we'll develop a very basic debugger for bash.[10] Most debuggers have numerous sophisticated features that help a programmer in dissecting a program, but just about all of them include the ability to step through a running program, stop it at selected places, and examine the values of variables. These simple features are what we will concentrate on providing in our debugger. Specifically, we'll provide the ability to:
As you will see, the capability to do all of these things (and more) is easily provided by the constructs and methods we have seen in previous chapters.
请支持我们,让我们可以支付服务器费用。
使用微信支付打赏
