428 B
428 B
[debugging.syn]
19 Diagnostics library [diagnostics]
19.7 Debugging [debugging]
19.7.2 Header synopsis [debugging.syn]
// all freestandingnamespace std {// [debugging.utility], utilityvoid breakpoint() noexcept; void breakpoint_if_debugging() noexcept; bool is_debugger_present() noexcept;}