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

Exit Print View

Updated: June 2017
 
 

down Command

The down command moves down the call stack (away from main). It has the same syntax and 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 do not skip hidden frames.

where:

number is a number of call stack levels.