Sun Studio 12: Debugging a Program With dbx

up Command

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

Syntax

up

Move up the call stack one level.

up number

Move up the call stack number levels.

up -h [number]

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

where:

number is a number of call stack levels.