-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug tools: new "Stack Tool" window, ShowIdStackToolWindow() #4631
Comments
…lable from Demo and Metrics window). (#4631)
Closing as this is now on Wiki and linked from many places: |
…ackToolWindow() ("ID Stack Tool"). (#4631)
"ID" is uppercase in other functions and types in the public API (ImGuiID, ImGuiTextureID, {Get,Push,Pop}ID, GetItemID, {Get,SetNext}WindowDockID, PushTextureID etc... exceptions being enums and some struct members). Shouldn't it be called |
You are right. I have pushed this change as c21278e. |
…). (#4631) Some tool undid or didn't queue a chunk? Amend c21278e.
…). (#4631) Squashed of 2 master commits.
Also #74, #96, #480, #501, #647, #654, #719, #843, #894, #1057, #1173, #1390, #1414, #1556, #1768, #2041, #2116, #2330, #2475, #2562, #2667, #2807, #2885, #3102, #3375, #3526, #3964, #4008, #4070, #4158, #4172, #4199, #4375, #4395, #4471, #4548, #4612, #4631, #4657, #4796, #5210, #5303, #5360, #5393, #5533, #5692, #5707, #5729, #5773, #5787, #5884, #6046, #6093, #6186, #6223, #6364, #6387, #6567, #6692, #6724, #6939, #6984, #7246, #7270, #7375, #7421, #7434, #7472, #7581, #7724, #7926, #7937 and probably more.. Tagging to increase visibility!
2023/09/24 : Renamed
ShowStackToolWindow()
toShowIdStackToolWindow()
as previous name was misleading.Introducing the stack tool
(We've been using this internally as part of the unreleased automation feature but recently managed to redesign in a way allowing us to move it to the main library while not incurring significant cost.)
The tool run queries on hovered id to display details about individual components that were hashed to create an ID.
It helps both understanding the ID stack system and debugging potential ID collisions.
The text was updated successfully, but these errors were encountered: