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

Exit Print View

Updated: June 2016
 
 

exception Command

The exception command prints the value of the current C++ exception. It is valid only in native mode.

Syntax

exception [-d | +d]

Prints the value of the current C++ exception, if any.

where:

-d enables showing dynamic exceptions.

+d disables showing dynamic exceptions.