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

12 lines
428 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[debugging.syn]
# 19 Diagnostics library [[diagnostics]](./#diagnostics)
## 19.7 Debugging [[debugging]](debugging#syn)
### 19.7.2 Header <debugging> synopsis [debugging.syn]
[🔗](#header:%3cdebugging%3e)
// all freestandingnamespace std {// [[debugging.utility]](debugging.utility "19.7.3Utility"), utilityvoid breakpoint() noexcept; void breakpoint_if_debugging() noexcept; bool is_debugger_present() noexcept;}