mirror of
https://github.com/ocornut/imgui.git
synced 2026-09-27 00:13:29 +03:00
Updated Debug Tools (markdown)
parent
024d29a884
commit
c714ee5249
1 changed files with 6 additions and 0 deletions
|
|
@ -16,14 +16,20 @@ _Some of the debug tools_
|
|||
|
||||
### Debug Log
|
||||
|
||||
https://github.com/ocornut/imgui/issues/5855
|
||||
|
||||

|
||||
|
||||
### Stack Tool
|
||||
|
||||
https://github.com/ocornut/imgui/issues/4631
|
||||
|
||||

|
||||
|
||||
### Item Picker
|
||||
|
||||
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).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue