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

Unable to copy all text in debug console #13677

Closed
shevah opened this issue Oct 13, 2016 · 1 comment
Closed

Unable to copy all text in debug console #13677

shevah opened this issue Oct 13, 2016 · 1 comment
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@shevah
Copy link

shevah commented Oct 13, 2016

  • VSCode Version: 1.6.0
  • OS Version: Win 10 x64 pro

Steps to Reproduce:

  1. Open a python file that contains the following lines:
for i in range(100):
    print i
  1. Debug it (F5).
  2. Try selecting the output from the debug console, you will notice that when 'ctrl+c' it, only 10 lines or so get copied.

Any ideas?

@isidorn
Copy link
Contributor

isidorn commented Oct 13, 2016

Duplicate of #2163

@isidorn isidorn closed this as completed Oct 13, 2016
@isidorn isidorn added the *duplicate Issue identified as a duplicate of another issue(s) label Oct 13, 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
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants