Sun Studio 12 Update 1:使用 dbx 调试程序

语法

quit

退出 dbx 且返回代码 0。与 exit 相同。

quit n

退出且返回代码为 n。与 exit n 相同。

其中:

n 是返回代码。