HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
debugger_intf.hpp
1// Copyright Take Vos 2022.
2// Distributed under the Boost Software License, Version 1.0.
3// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
4
8#pragma once
9
10#include "../macros.hpp"
11
12hi_export_module(hikogui.utility.debugger : intf);
13
14hi_export namespace hi {
15inline namespace v1 {
16
25void enable_debugger() noexcept;
26
27} // namespace v1
28} // namespace hi::v1
The HikoGUI namespace.
Definition array_generic.hpp:20
void enable_debugger() noexcept
Enable the JIT debugger to be attached.
Definition debugger_generic_impl.hpp:17
DOXYGEN BUG.
Definition algorithm_misc.hpp:20