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

Copy and paste doesn't work properly in Debug Console #8039

Closed
georgeedwards opened this issue Jun 23, 2016 · 1 comment
Closed

Copy and paste doesn't work properly in Debug Console #8039

georgeedwards opened this issue Jun 23, 2016 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s)

Comments

@georgeedwards
Copy link

  • VSCode Version: 1.2.1
  • OS Version: Windows 10 Pro 1511, Node 5.10

Steps to Reproduce:

  1. Create an app with a large output to the console, e.g. crash report, console.dump etc.
  2. Try to copy and paste 10 + lines of output on a small screen

The Issue

I am using an M'soft surface, so the small screen makes the debug window is small.

  1. Using shift + up to select multiple lines rolls over into the code screen rather than scrolling the console.
  2. If I select a line and then manually scroll up through many lines while holding shift and then click the new line (10 or so lines higher - they don;t all fit on the screen) however, scrolling up and down shows them highlighted, copy and paste only shows the last 4 lines (presumably the only ones that were visible at one go).
@dbaeumer dbaeumer added debug Debug viewlet, configurations, breakpoints, adapter issues bug Issue identified by VS Code Team member as probable bug labels Jun 23, 2016
@isidorn
Copy link
Contributor

isidorn commented Jun 24, 2016

Dup of #2163

@isidorn isidorn closed this as completed Jun 24, 2016
@isidorn isidorn added the *duplicate Issue identified as a duplicate of another issue(s) label Jun 24, 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
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants