diff --git a/Debug-Tools.md b/Debug-Tools.md index d51e72d..007559e 100644 --- a/Debug-Tools.md +++ b/Debug-Tools.md @@ -79,7 +79,7 @@ ImGui::ShowIdStackToolWindow(); https://github.com/ocornut/imgui/issues/2673 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). +You can find it in _Metrics>Tools>Item Picker_ or expose it in your own UI by calling `ImGui::DebugStartItemPicker()`.See [#2673](https://github.com/ocornut/imgui/issues/2673) for more details. ![Item Picker](https://user-images.githubusercontent.com/8225057/61412736-7d2e5b80-a89e-11e9-9bb3-54c097025abe.png)