HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
debugger_generic_impl.hpp
1// Copyright Take Vos 2024
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
5#pragma once
6
7#include "../macros.hpp"
8
9#include "debugger_intf.hpp"
10
11hi_export_module(hikogui.utility.debugger : impl);
12
13hi_export namespace hi {
14inline namespace v1 {
15
16
17inline void enable_debugger() noexcept
18{
19}
20
21}}
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