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:


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)
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:
NOTE:
REQUEST: