1
0
mirror of https://github.com/ocornut/imgui.git synced 2025-02-17 11:08:42 +01:00

Updated Debug Tools (markdown)

omar 2024-07-02 12:21:12 +02:00
parent cb24f95249
commit 5beb62dae6

@ -43,6 +43,8 @@ _Some of the debug tools_
Access the Debug Log window via `Demo->Tools->Debug Log` or `Metrics->Tools->Debug Log` or by calling `ShowDebugLogWindow()`. Also see [#5855](https://github.com/ocornut/imgui/issues/5855).
**Dear ImGui carefully sends categorized events which you can filter with the provided checkboxes. **You may also call IMGUI_DEBUG_LOG() to submit unfiltered events. USE WITH CAUTIOUS, THE LAST THING YOU WANT IS TO ADD LOG SPAM IN YOUR CODEBASE.
It has options to enable logging of variety of events.
Useful e.g.:
- You have issue with focus or active id being taken away.