Skip to content

usability: callstack UI should not scroll #205142

@Spongman

Description

@Spongman

when debugging code with long callstack lines (eg c++ templates where line length can easily exceed 10,000 characters), much of the callstack UI is invisible without scrolling to the right making it next to useless:

image

image

NOTE:

  • the horizontal scrollbar is tiny.
  • the filenames & line numbers (eg 'epoll_reator.ipp' 806:1) are not visible unless the window is scrolled all the way to the right
  • the module/function names are not visible when the window is scrolled
  • the 'Load More Stack Frames' UI is inaccessible, requiring precise scrolling to the middle of the window.

REQUEST:

  • lock the filename/line-number UI to the right-side of the VIEW (not the content)
  • have the content of the window (the actual callstack lines) scroll under the above filename/line-number UI
  • lock the "Load More Stack Frames" UI to the center of the VIEW (not the content)

Metadata

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