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

Can't expand array in watch expressions & repl #9771

Closed
joaomoreno opened this issue Jul 26, 2016 · 1 comment
Closed

Can't expand array in watch expressions & repl #9771

joaomoreno opened this issue Jul 26, 2016 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues important Issue identified as high-priority verified Verification succeeded
Milestone

Comments

@joaomoreno
Copy link
Member

joaomoreno commented Jul 26, 2016

Testing #9684

const arr = new Array(10000);
console.log(arr);
  1. Set breakpoint on line 2.
  2. Add arr watch expression.
  3. Start debug

Can't expand the arr watch expression when paused in the breakpoint. Also can't expand the same expression in the repl.

image

image

@joaomoreno joaomoreno added bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues labels Jul 26, 2016
@joaomoreno joaomoreno added this to the July 2016 milestone Jul 26, 2016
@joaomoreno joaomoreno changed the title Can't expand array in watch expressions Can't expand array in watch expressions & repl Jul 26, 2016
@isidorn isidorn added the important Issue identified as high-priority label Jul 26, 2016
@isidorn
Copy link
Contributor

isidorn commented Jul 26, 2016

The issue here seems to be that the node debug adapter is not sending indexedVariables for evaluate calls. Forwarding to @weinand

@isidorn isidorn assigned weinand and unassigned isidorn Jul 26, 2016
@weinand weinand closed this as completed Jul 26, 2016
weinand added a commit that referenced this issue Jul 26, 2016
@joaomoreno joaomoreno added the verified Verification succeeded label Jul 28, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
keradoracomb pushed a commit to keradoracomb/datasheet that referenced this issue Sep 19, 2023
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 important Issue identified as high-priority verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants