3#ifndef TETL_DEBUGGING_BREAKPOINT_IF_DEBUGGING_HPP
4#define TETL_DEBUGGING_BREAKPOINT_IF_DEBUGGING_HPP
auto is_debugger_present() noexcept -> bool
Attempts to determine if the program is being executed with debugger present.
Definition is_debugger_present.hpp:12
auto breakpoint() noexcept -> void
Unconditional breakpoint: attempts to temporarily halt the execution of the program and transfer cont...
Definition breakpoint.hpp:13
auto breakpoint_if_debugging() noexcept -> void
Conditional breakpoint: attempts to temporarily halt the execution of the program and transfer contro...
Definition breakpoint_if_debugging.hpp:15
Definition adjacent_find.hpp:8