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