Skip to content

Load More Stack Frames renders poorly when horizontalScrolling enabled #225594

Open

Description

Does this issue occur when all extensions are disabled?: N/A (need some debugger extension to test)

  • VS Code Version: 1.92.1
  • OS Version: Arch LInux x64 6.6.44-3-lts

Steps to Reproduce:

  1. Open the debugger for any language.
  2. Pause on a breakpoint. Either with a deep enough stack so that it doesn't load fully and shows Show N More Stack Frames message. OR some debugger extensions apparently don't load the stack at all by default, and display Load More Stack Frames after the first entry.
  3. Make sure the stack frames already shown have very long names.
  4. Observe that the Load More Stack Frames (or Show N More Stack Frames) is centered relative to the longest frame name, making it completely invisible if frame names are long and the panel is narrow. See picture:

Completely invisible on small panel widths:
pic

Only starts appearing on large panel widths:
pic

I suggest that this text should be centered based on the physical panel width (ignoring the scroll).

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

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions