tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
breakpoint.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_DEBUGGING_BREAKPOINT_HPP
4#define TETL_DEBUGGING_BREAKPOINT_HPP
5
6#include <etl/_config/all.hpp>
7
8namespace etl {
9
13inline auto breakpoint() noexcept -> void { TETL_DEBUG_TRAP(); }
14
15} // namespace etl
16
17#endif // TETL_DEBUGGING_BREAKPOINT_HPP
auto TETL_DEBUG_TRAP() -> void
Definition debug_trap.hpp:66
auto breakpoint() noexcept -> void
Unconditional breakpoint: attempts to temporarily halt the execution of the program and transfer cont...
Definition breakpoint.hpp:13
Definition adjacent_find.hpp:8