diff --git a/Debug-Tools.md b/Debug-Tools.md index 286c08a..1087488 100644 --- a/Debug-Tools.md +++ b/Debug-Tools.md @@ -43,7 +43,7 @@ _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. +**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 CAUTION, 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.: