18 #ifndef ION_PORT_BREAK_H_
19 #define ION_PORT_BREAK_H_
42 #endif // ION_PORT_BREAK_H_
bool IsDebuggerAttached()
Don't break on unsupported platforms.
void Break()
If a debugger is attached, this function interrupts the program execution and causes any attached deb...
void BreakOrAbort()
Calls Break() if running in a debugger, abort() otherwise.