down Command

Related Topics:

up Command Moving Around the Call Stack

The down command moves down the call stack (away from main).

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.