Sun Studio 12: Debugging a Program With dbx

down Command

The down command moves down the call stack (away from main). It has identical syntax and identical functionality in native mode and Java mode.

Syntax

down

Move down the call stack one level.

down number

Move down the call stack number levels.

down -h [number]

Move down the call stack, but don’t skip hidden frames.

where:

number is a number of call stack levels.