mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-27 23:37:03 -05:00
Updated Error Handling (markdown)
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user