Function std::breakpoint_if_debugging#
Function Documentation#
-
void std::breakpoint_if_debugging() noexcept#
Conditional breakpoint: attempts to temporarily halt the execution of the program and transfer control to the debugger if it were able to determine that the debugger is present. Acts as a no-op otherwise. Formally, the behaviour of this function is completely implementation-defined.