Go to main content
Oracle® Developer Studio 12.5: Debugging a Program with dbx

Exit Print View

Updated: June 2016
 
 

up Command

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

Syntax

up [-h [number]]

Move up the call stack one level.

If number is specified, move up the call stack number levels.

If –h is specified, move up the call stack, but do not skip hidden frames.

where:

number is a number of call stack levels.