Debugging a Program With dbx

dbx Environment Variables and the Korn Shell

Each dbx environment variable is also accessible as a ksh variable. The name of the ksh variable is derived from the dbx environemnt varaible by prefixing it with DBX_. For example

dbxenv stack_verbose

and

echo $DBX_stack_verbose

yield the same output.