args subcommand for dbx: Display program arguments

Format

args

Description

The args subcommand displays the argument count and a list of arguments that are passed to the user's program when dbx starts debugging the program.

Usage notes

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

Examples

To display the current arguments, enter:
args

Related information

The rerun and run subcommands.