up Command

Related Topics:

down Command Moving Around the Call Stack

The up command moves up the call stack (toward main).

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.