[debugging.syn] (original) (raw)
19 Diagnostics library [diagnostics]
19.7.2 Header synopsis [debugging.syn]
// all freestanding namespace std { // [debugging.utility], utility void breakpoint() noexcept;void breakpoint_if_debugging() noexcept;bool is_debugger_present() noexcept;}