mirror of
https://github.com/ocornut/imgui.git
synced 2024-11-23 21:09:01 +08:00
Updated Tips (markdown)
parent
9a3566b405
commit
b9a521bd8e
19
Tips.md
19
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]].
|
||||
|
||||
----
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user