int GetBreakOnLibraryErrors (void);
Returns the state of the Break on»Library Errors option for the thread that calls this function.
GetBreakOnLibraryErrors returns a 1 if you enable the Break on»Library Errors option. If you disable debugging, GetBreakOnLibraryErrors always returns 0.
To change the state of the Break on»Library Errors option interactively, enable or disable that option in the Workspace window. To change the state of the Break on»Library Errors option programmatically, use SetBreakOnLibraryErrors.
None.
Name | Type | Description | ||||||
state | integer | Current state of the Break on library errors option.
|