Debugger variable inspection splits variables through $ #89332
Labels
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
*duplicate
Issue identified as a duplicate of another issue(s)
Milestone
But this happens also on previous releases (I was experiencing this on vscode <= 1.30.x )
Steps to Reproduce:
undefined
, the second part will match all the variable. Look at the gif.It is not a great problem, but it may be error prone, as one might put the mouse above, assuming that it is read as one variable.
Debug sidebar only shows one variable (the complete one) as the hover window.
If this is done with a code like this:
Debugging
myvar$x
only shows the value5
if the mouse is onx
, but does not show anything onmyvar$
Does this issue occur when all extensions are disabled?: I don't know. To debug this I'm using Google Chrome Extension. I had not the possibility to test it on a node application yet.
The text was updated successfully, but these errors were encountered: