GetBreakOnFirstChanceExceptions
int GetBreakOnFirstChanceExceptions (void);
Purpose
Returns the state of the Run»Break on»First Chance Exceptions option for the thread that calls this function.
GetBreakOnFirstChanceExceptions returns a 1 if the option is enabled, or a 0 if it is disabled.
If debugging is disabled, this function always returns 0.
Parameters
None.
Return Value
Name | Type | Description | ||||||
state | int | The current state of the state of the Run»Break on»First Chance Exceptions option.
|
Additional Information
Library: Utility Library
Include file: utility.h
LabWindows/CVI compatibility: LabWindows/CVI 5.5 and later