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

Selection in the debug console "leaks" into the code editor #10976

Closed
delmyers opened this issue Aug 25, 2016 · 3 comments
Closed

Selection in the debug console "leaks" into the code editor #10976

delmyers opened this issue Aug 25, 2016 · 3 comments
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)
Milestone

Comments

@delmyers
Copy link

  • VSCode Version: 1.4
  • OS Version: OSX El Capitan 10.11.5

Steps to Reproduce:

  1. Open a code file
  2. Do something that will cause output into the debug console
  3. Select some text in the debug console
  4. Use Shift+Up to select multiple lines

Observe: the selection "leaks" into the code editor (see attached)

screen shot 2016-08-25 at 2 04 26 pm

@delmyers delmyers added the bug Issue identified by VS Code Team member as probable bug label Aug 25, 2016
@delmyers
Copy link
Author

Also, it seems that it is only possible to copy what is currently visible in the debug console.

@isidorn
Copy link
Contributor

isidorn commented Aug 29, 2016

Only copying what is currently visible is dup of #2163

@isidorn isidorn added this to the Backlog milestone Aug 29, 2016
@isidorn isidorn added the debug Debug viewlet, configurations, breakpoints, adapter issues label Aug 29, 2016
@isidorn
Copy link
Contributor

isidorn commented Apr 13, 2017

Actually the selection leak would also be fixed by the proper implementation of #2163
Thus closing as duplicate

@isidorn isidorn closed this as completed Apr 13, 2017
@isidorn isidorn added the *duplicate Issue identified as a duplicate of another issue(s) label Apr 13, 2017
@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

2 participants