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

Exit Print View

Updated: June 2017
 
 

exists Command

The exists command checks for the existence of a symbol name. It is valid only in native mode.

Syntax

exists name

Returns 0 if name is found in the current program, 1 if name is not found.

where:

name is the name of a symbol.