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

multi line debug repl input doesn't support up/down arrows #11245

Closed
rebornix opened this issue Aug 30, 2016 · 2 comments
Closed

multi line debug repl input doesn't support up/down arrows #11245

rebornix opened this issue Aug 30, 2016 · 2 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@rebornix
Copy link
Member

rebornix commented Aug 30, 2016

Testing #10996

  • VSCode Version: 1.5.0-Insiders
  • OS Version: Linux

Steps to Reproduce:

  1. Debug a nodejs app
  2. Write multi line string in repl
  3. Use up/down arrows

Now left/arrow works perfectly but since it's a mulit-line string, we should be able to use up/down to move the cursor inside the string as well, like Chrome Debug Console.

@kieferrm
Copy link
Member

On Mac, up and down arrow navigate the input history. Which is fine but then I'd expect Cmd+ArrowUp and Cmd+ArrowDown to move the cursor.

@isidorn isidorn added feature-request Request for new features or functionality debug Debug viewlet, configurations, breakpoints, adapter issues labels Aug 31, 2016
@isidorn isidorn added this to the August 2016 milestone Aug 31, 2016
@isidorn isidorn added the verification-needed Verification of issue is requested label Aug 31, 2016
@roblourens roblourens added the verified Verification succeeded label Aug 31, 2016
@roblourens
Copy link
Member

roblourens commented Aug 31, 2016

This feels like what I expect, and matches Chrome DevTools' behavior.

@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 feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants