DBG$HELP.HLB  —  DEBUG  Built in Symbols, %EXC SEVERITY
    Gives you the severity code of the current exception. This
    provides a way of qualifying exception breaks.

    Example:

    DBG> EVALUATE %EXC_SEVERITY
    "F"
    DBG> >U>(SET BREAK/EXC WHEN (%EXC_SEV = "F"))
Close Help