mirror of
https://github.com/ocornut/imgui.git
synced 2026-09-27 00:13:29 +03:00
Updated Debug Tools (markdown)
parent
22e9f0c393
commit
cb137bcc51
1 changed files with 6 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
- [Debug Configuration Flags](#debug-configuration-flags)
|
||||
- [Metrics/Debugger window](#metricsdebugger-window)
|
||||
- [Debug Log](#debug-log)
|
||||
- [Stack Tool](#stack-tool)
|
||||
- [ID Stack Tool](#id-stack-tool)
|
||||
- [Item Picker](#item-picker)
|
||||
- [UTF-8 Encoding Viewer](utf-8-encoding-viewer)
|
||||
|
||||
|
|
@ -64,10 +64,14 @@ Inside the log, if you hover an ImGuiID identifier (formatted as `0xXXXXXXXX`) i
|
|||
|
||||

|
||||
|
||||
### Stack Tool
|
||||
### ID Stack Tool
|
||||
|
||||
https://github.com/ocornut/imgui/issues/4631
|
||||
|
||||
```cpp
|
||||
ImGui::ShowIdStackToolWindow();
|
||||
```
|
||||
|
||||

|
||||
|
||||
### Item Picker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue