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

步入函数

要步入从当前源代码行调用的函数,请使用 step to 命令。例如,要步入函数 GetDiscount()(),请键入:


step to GetDiscount

要步入最后调用的函数,请键入:


step to