4#ifndef TETL_DEBUGGING_BREAKPOINT_IF_DEBUGGING_HPP
5#define TETL_DEBUGGING_BREAKPOINT_IF_DEBUGGING_HPP
7#include <etl/_debugging/breakpoint.hpp>
8#include <etl/_debugging/is_debugger_present.hpp>
auto is_debugger_present() noexcept -> bool
Attempts to determine if the program is being executed with debugger present.
Definition is_debugger_present.hpp:13
auto breakpoint() noexcept -> void
Unconditional breakpoint: attempts to temporarily halt the execution of the program and transfer cont...
Definition breakpoint.hpp:14
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:16
Definition adjacent_find.hpp:9