Sun Studio 12: Debugging a Program With dbx

Syntax

frame

Display the frame number of the current frame.

frame [-h] number

Set the current frame to frame number.

frame [-h] +[number]

Go number frames up the stack; default is 1.

frame [-h] -[number]

Go number frames down the stack; default is 1.

-h

Go to frame, even if frame is hidden.

where:

number is the number of a frame in the call stack.