down subcommand for dbx: Move the current function down the stack

Format

down [count]

Description

The down subcommand moves the current function down the stack count number of levels. The current function is used for resolving names. The default for the count argument is 1.

Usage notes

The down subcommand can be run only while the dbx debug program is running.

Examples

  1. To move one level down the stack, enter:
    down
  2. To move three levels down the stack, enter:
    down 3

Related information

The up and where subcommands.