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

Add editor setting to stop the bottom panel from switching to the Stack Trace #98657

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

ydeltastar
Copy link
Contributor

@ydeltastar ydeltastar commented Oct 29, 2024

The Debugger's bottom panel switches to the Stack Tree every time it hits a breakpoint or steps. This behavior doesn't go well with panels you want to focus on like the evaluator.

This PR adds debugger/auto_switch_to_stack_trace to the editor settings so we have control over it.

@ydeltastar ydeltastar requested review from a team as code owners October 29, 2024 22:22
@Calinou
Copy link
Member

Calinou commented Dec 1, 2024

This behavior doesn't go well with panels you want to focus on like the evaluator.

This makes me think whether we should have a special case by default and never switch to the stack trace if we're currently on the Evaluator tab.

@akien-mga akien-mga modified the milestones: 4.x, 4.4 Dec 2, 2024
@akien-mga akien-mga merged commit ed93ab2 into godotengine:master Dec 2, 2024
20 checks passed
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add setting to stop the Debugger panel from switching to the Stack Trace
5 participants