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

Debug console autocompletion not working #3282

Closed
darrickyee opened this issue Nov 9, 2018 · 2 comments
Closed

Debug console autocompletion not working #3282

darrickyee opened this issue Nov 9, 2018 · 2 comments
Labels
area-debugging bug Issue identified by VS Code Team member as probable bug

Comments

@darrickyee
Copy link

Environment data

  • VS Code version: 1.28.2
  • Extension version (available under the Extensions sidebar): 2018.10.0
  • OS and version: Windows 7
  • Python version (& distribution if applicable, e.g. Anaconda): 3.7.0
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A

Actual behavior

Autocompletion in the debug console console doesn't seem to work on anything except the first name typed.

Autocomplete works when an object is the first thing typed:
debug1

No autocompletion if the same object is on the other side of an assignment, passed as a parameter, or even just enclosed in brackets:
debug2

Is this the intended behavior?

@DonJayamanne
Copy link

This issue was moved to microsoft/ptvsd#1000

@DonJayamanne DonJayamanne reopened this Nov 9, 2018
@DonJayamanne DonJayamanne added bug Issue identified by VS Code Team member as probable bug area-debugging upstream-ptvsd labels Nov 9, 2018
@DonJayamanne
Copy link

Closing as the upstream issue has been resolved

@ghost ghost removed the needs upstream fix label Apr 4, 2019
@lock lock bot locked as resolved and limited conversation to collaborators May 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-debugging bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

2 participants