Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
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
;
}