where subcommand for dbx: List active procedures and functions

Format

where [>file]

Description

The where subcommand displays a list of active procedures and functions. By using the >file option, you can redirect the output of this subcommand to the specified file.

Options

>flag
Redirects output to the specified file.

Usage notes

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

Examples

To display the list of active routines, enter:
where

Related information

The up and down subcommands.