int GetBreakOnProtectionErrors (void);
Returns the state of the Break on protection errors feature.
GetBreakOnProtectionErrors returns a 1 if you enable the option. If you disable debugging GetBreakOnProtectionErrors always returns 0.
For more information, refer to SetBreakOnProtectionErrors.
None.
Name | Type | Description | ||||||
state | integer | Current state of the Break on Protection Errors option.
|