Go to main content
Oracle® Developer Studio 12.6: Debugging a Program with dbx

Exit Print View

Updated: June 2017
 
 

dbxenv Variables and the Korn Shell

Each dbxenv variable is also accessible as a ksh variable. The name of the ksh variable is derived from the dbxenv variable by prefixing it with DBX_. For example dbxenv stack_verbose and echo $DBX_stack_verbose yield the same output. You can assign the value of the variable directly or with the dbxenv command.