Skip to content
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

GE Debugger: Allow search by state name #16047

Merged
merged 2 commits into from
Sep 19, 2022

Conversation

unknownbrackets
Copy link
Collaborator

This has been bugging me, sometimes I want to look at the vertex type and finding it in the list is annoying. I realized it stopped working because we added the breakpoint as the first column.

This handles the search and simply applies it to each column (trying all rows for the leftmost column before going to the next column.) Affects the other lists in the debugger, but not really in a bad way.

-[Unknown]

@unknownbrackets unknownbrackets added this to the v1.14.0 milestone Sep 18, 2022
Since adding breakpoint as the first column, the default search behavior
stopped working.  This restores it, searching for any matching column.
@hrydgard hrydgard merged commit 2b93fac into hrydgard:master Sep 19, 2022
@unknownbrackets unknownbrackets deleted the ge-debugger branch September 19, 2022 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants