diff --git a/docs/DEBUG_COMMANDS.md b/docs/DEBUG_COMMANDS.md index 0dfbb817ca..e53aef0235 100644 --- a/docs/DEBUG_COMMANDS.md +++ b/docs/DEBUG_COMMANDS.md @@ -40,6 +40,7 @@ The source code is at [`SearchPanel::Try3dModeCmd`](../qt/search_panel.cpp). - `?debug-info`: Show renderer version, zoom scale and FPS counter in the top left corner of the map. - `?debug-info-always`: Same as `?debug-info`, but persists across restarts. +- `?no-debug-info`: Disables the debug info. - `?debug-rect`: Shows boxes around icons and labels. When the icon/label is shown, the box is green. When the icon/label cannot be shown, the box is red with a blue arrow indicating which icon/label prevents rendering. When the icon/label is not ready for display, the box is yellow (check the `Update` method of [`dp::OverlayHandle`](../drape/overlay_handle.hpp) and derived classes for more information). - `?no-debug-rect`: Disables the debug boxes.