Files
2025-10-25 03:02:53 +03:00

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;}