Updated Debug Tools (markdown)
parent
22e9f0c393
commit
cb137bcc51
@ -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
|
||||
|
||||
![image](https://user-images.githubusercontent.com/8225057/200007998-4d3066c5-50d5-4168-aeaa-2c9d514dc122.png)
|
||||
|
||||
### Stack Tool
|
||||
### ID Stack Tool
|
||||
|
||||
https://github.com/ocornut/imgui/issues/4631
|
||||
|
||||
```cpp
|
||||
ImGui::ShowIdStackToolWindow();
|
||||
```
|
||||
|
||||
![stack_tool_03](https://user-images.githubusercontent.com/8225057/136235657-a0ea5665-dcd1-423f-9be6-dc3f8ced8f12.png)
|
||||
|
||||
### Item Picker
|
||||
|
Loading…
Reference in New Issue
Block a user