Skip to content

Debug tools: new "Stack Tool" window, ShowIdStackToolWindow() #4631

Closed
@ocornut

Description

2023/09/24 : Renamed ShowStackToolWindow() to ShowIdStackToolWindow() 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.

stack_tool_03b

stack_tool_03

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions