Updated Error Handling (markdown)

omar
2024-09-27 18:09:00 +02:00
parent 4cb1df8ba5
commit 3b1d85465c

@@ -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: