HikoGUI
Select Version:
⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
debugger.hpp
1
2#pragma once
3
4#include "debugger_utils.hpp" // export
5#include "debugger_intf.hpp" // export
6#if defined(HI_GENERIC)
7#include "debugger_generic_impl.hpp" // export
8#else
9#include "debugger_win32_impl.hpp" // export
10#endif
11
28hi_export_module(hikogui.utility.debugger);