From 3b1d85465c6205429f58dc98ad09e246eeb43392 Mon Sep 17 00:00:00 2001 From: omar Date: Fri, 27 Sep 2024 18:09:00 +0200 Subject: [PATCH] Updated Error Handling (markdown) --- Error-Handling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Error-Handling.md b/Error-Handling.md index 5cc62bf..8216507 100644 --- a/Error-Handling.md +++ b/Error-Handling.md @@ -12,8 +12,8 @@ Typical scenarios: - If you can configure your assert to be ignored, recover will generally be performed and the error tooltip will be visible. #### (2) Programmer seats: if you disable Asserts (either via `ImGuiErrorFlags_NoAssert` either via a disabled IM_ASSERT macros) but keep Tooltips: -- Recoverable errors will be visible in a tooltip. -- Programmer is prompted to press F1 to enable asserts. +- Recoverable errors will be visible in an error tooltip. +- The error tooltip will allow user to enable asserts. - THIS IMPLICITLY RELY ON RECOVERY BEING FUNCTIONAL. A FEW CASES MIGHT PROBABLY STILL CRASH/ASSERTS. #### (3) Non-programmer seats: what you might want to setup: