Added IM_DEBUG_BREAK() handler for GCC+AArch64/ARM64.

This commit is contained in:
ocornut
2026-06-15 19:32:56 +02:00
parent b46a37eac9
commit 138c0e6c7d
3 changed files with 5 additions and 1 deletions

View File

@@ -55,7 +55,7 @@
//#define IMGUI_DISABLE_SSE // Disable use of SSE intrinsics even if available
//---- Enable Test Engine / Automation features.
//#define IMGUI_ENABLE_TEST_ENGINE // Enable imgui_test_engine hooks. Generally set automatically by include "imgui_te_config.h", see Test Engine for details.
//#define IMGUI_ENABLE_TEST_ENGINE // Enable imgui_test_engine hooks. Generally set automatically by include "imgui_te_imconfig.h", see Test Engine for details.
//---- Include imgui_user.h at the end of imgui.h as a convenience
// May be convenient for some users to only explicitly include vanilla imgui.h and have extra stuff included.