diff --git a/Tips.md b/Tips.md index 5ff4c36..839b893 100644 --- a/Tips.md +++ b/Tips.md @@ -1,22 +1,5 @@ This section is old and lacking... - ----- - -### Metrics/Debugger window - -Many internal state and tools are exposed in the Metrics window. To access the Metrics window: -- Call `ShowMetricsWindow()`. -- Or from the Demo window you can find it in the Help menu. -They will help you understand how Dear ImGui works, and can help you diagnose problems. - ----- - -### Item Picker - -The Item Picker will allow you to pick an item with the mouse and have Dear ImGui break within the call-stack of that item. This is useful if you have large UI / codebase and you would to easily find out where some UI item is emitted. -You can find it in _Metrics>Tools>Item Picker_. Also see [#2673](https://github.com/ocornut/imgui/issues/2673). - -![Item Picker](https://user-images.githubusercontent.com/8225057/61412736-7d2e5b80-a89e-11e9-9bb3-54c097025abe.png) +Also see [[Debug Tools]]. ----