-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
debug console scrollable horizontally, just like code #503
Comments
Yes - one or both of these does seem necessary to make the debug console usable. |
Thanks. |
We are reluctant to add horizontal scrolling as no other terminal / repl has this and would be strange. |
Certainly understand. Thanks for feedback. |
If the debug console cannot be docked horizontally, is it possible to hide it / keep it minimized? |
Not at the moment, will be possible in the future. |
From @joeblew99 on November 23, 2015 15:11
would make debugging much smoother is the debug console window was scrollable horizontally.
in a code window its nice that i can scroll easily to see long longs.
If there is a way to maybe force the debug console window to flow onto the next line that would be also good.
Copied from original issue: microsoft/vscode-go#66
The text was updated successfully, but these errors were encountered: