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

Test: multi line debug repl input #10996

Closed
3 tasks done
isidorn opened this issue Aug 26, 2016 · 2 comments
Closed
3 tasks done

Test: multi line debug repl input #10996

isidorn opened this issue Aug 26, 2016 · 2 comments
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented Aug 26, 2016

Test for #8115
Complexity: 2

Debug repl input now expands / shrinks as the input grows up to a limit. Verify:

  • Typing / pasting large strings into the debug repl input makes the input expand
  • Shift + enter expands the input
  • Input shrinks intuitivly
  • Once entered the expression is properly displayed in the debug repl
@isidorn isidorn added this to the August 2016 milestone Aug 26, 2016
@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Aug 29, 2016
@rebornix
Copy link
Member

The only valid issue I found right now is #11245. But I'm still unclear about the shrinking feature, I've put about 10k lines of string into the input box but seems no shrinking happens, let me know if I'm doing wrong or it's an issue indeed.

@octref
Copy link
Contributor

octref commented Aug 31, 2016

I'm able to repro #11245 in Win 10. Other than that it works fine.

@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 testplan-item
Projects
None yet
Development

No branches or pull requests

5 participants