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

Feature request: 'smart' scroll-lock in DEBUG console #10486

Closed
kdvolder opened this issue Aug 12, 2016 · 0 comments
Closed

Feature request: 'smart' scroll-lock in DEBUG console #10486

kdvolder opened this issue Aug 12, 2016 · 0 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality

Comments

@kdvolder
Copy link

  • VSCode Version:
    Version 1.4.0
    Commit 6276dcb
    Date 2016-08-04T16:49:32.489Z
    Shell 0.37.6
    Renderer 49.0.2623.75
    Node 5.10.0
  • OS Version: Ubunt 12.04

The debug console automatically scrolls to the end of the output when new output appears. This can be very annoying if both of these are true:

a) the app being debugged is printing something regularly
b) you are scrolling up trying to read something that was already scrolled out of view

Basically, it is impossible to read output already out of view because the view just keep snapping back to the bottom.

The way this works in Linux terminal is that the 'scroll to new output' behavior is automatically disabled when I scroll up. Conversely, it also gets auto-enabled when I scroll back down to the bottom.

In other words if I am already scrolled so that I'm looking at the logs 'tail' then the view keeps the tail scrolled into view as new output appears. But if I'm not currently looking at the tail, then it doesn't auto-scroll.

This is exactly how it should work I think. If that's too hard to implement, then at least give the user some kind of button to toggle scroll-lock on / off.

PS: I observed the annoying scrolling behavior in DEBUG console, but it really applies to all consoles (e.g. 'build' task console with 'watching' behavior).

@Tyriar Tyriar assigned weinand and unassigned Tyriar Aug 15, 2016
@weinand weinand assigned isidorn and unassigned weinand Aug 17, 2016
@isidorn isidorn added feature-request Request for new features or functionality debug Debug viewlet, configurations, breakpoints, adapter issues labels Aug 22, 2016
@isidorn isidorn added this to the September 2016 milestone Aug 22, 2016
@isidorn isidorn closed this as completed in 2a215cc Sep 5, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

4 participants