12 lines
428 B
Markdown
12 lines
428 B
Markdown
[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.3 Utility"), utilityvoid breakpoint() noexcept; void breakpoint_if_debugging() noexcept; bool is_debugger_present() noexcept;}
|