Sun Studio 12 Update 1: Debugging a Program With dbx

Stepping Into a Function

To step into a function called from the current source code line, use the step to command. For example, to step into the function GetDiscount()(), type:


step to GetDiscount

To step into the last function called, type:


step to