Skip to content

Make StackView scroll to the top when a breakpoint is hit #88073

@mnovakovic

Description

@mnovakovic

Right now when a breakpoint is hit, the function updateTreeSelection() in callStackView.ts is called, and it in turn calls this.tree.reveal(element).

The logic of reveal() is that it shows the wanted element at the very bottom of the scroll view. What this means is that in the Call Stack view, we'll only see the thread that hit the breakpoint and the first frame at the very bottom -- Ideally I think we want to show this at the top, so that we can see the whole stack trace, not just the first frame.

Metadata

Metadata

Assignees

Labels

debugDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionalityverification-neededVerification of issue is requestedverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions