Searched refs:break_on_exception_ (Results 1 – 2 of 2) sorted by relevance
103 break_on_exception_(false), in Debug()1005 break_on_exception_ = enable; in ChangeBreakOnException()1013 return break_on_exception_; in IsBreakOnException()2190 if (!break_on_exception_ && !break_on_uncaught_exception_) return; in OnException()2217 if (!uncaught && !break_on_exception_) { in OnException()
512 bool break_on_exception_; variable