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

With "debug.inlineValues" set in VS Code, no inline values appear #2794

Open
HumanEquivalentUnit opened this issue Jul 4, 2020 · 1 comment
Labels
Area-Debugging Issue-Enhancement A feature request (enhancement). Up for Grabs Will shepherd PRs.

Comments

@HumanEquivalentUnit
Copy link

HumanEquivalentUnit commented Jul 4, 2020

Issue Description

In VSCode settings, enable debug.inlineValues and step through some PowerShell code, no inline value decorators appear. They do appear when debugging Python code.

PowerShell extension is installed, variable values do appear on hover, and confirmed with other people that they don't see the decorators either. I do see decorators when debugging Python code, so seems less likely to be my install or theme or config.

This is either a bug report that they aren't working, or a feature request to add them, not sure which.
VSCode PR for the feature, for reference.

Expected Behaviour

Variable values appear in "tooltips" at the end of the lines of code, e.g. as in this screenshot of Chrome debugging JavaScript:

Variable values showing inline with the code when debugging JavaScript in Chrome

Actual Behaviour

They don't appear when debugging PowerShell code (but do appear when debugging Python code).

System Details

System Details Output

### VSCode version: 1.46.1 cd9ea6488829f560dc949a8b2fb789f3cdc05f5d x64

### VSCode extensions:
dbaeumer.vscode-eslint@2.1.5
eamodio.gitlens@10.2.2
EFanZh.graphviz-preview@1.3.3
Ionide.Ionide-fsharp@4.14.0
ms-dotnettools.csharp@1.22.1
ms-python.python@2020.6.91350
ms-vscode.powershell@2020.6.0
Stephanvs.dot@0.0.1


### PSES version: 2.2.0.0

### PowerShell version:

Name                           Value
----                           -----
PSVersion                      7.0.2
PSEdition                      Core
GitCommitId                    7.0.2
OS                             Microsoft Windows 10.0.18363
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0
@ghost ghost added the Needs: Triage Maintainer attention needed! label Jul 4, 2020
@rjmholt rjmholt added Area-Debugging Issue-Enhancement A feature request (enhancement). Needs: Triage Maintainer attention needed! and removed Needs: Triage Maintainer attention needed! labels Jul 6, 2020
@SydneyhSmith SydneyhSmith removed the Needs: Triage Maintainer attention needed! label Jul 7, 2020
@SydneyhSmith
Copy link
Collaborator

@SydneyhSmith SydneyhSmith added the Up for Grabs Will shepherd PRs. label Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Debugging Issue-Enhancement A feature request (enhancement). Up for Grabs Will shepherd PRs.
Projects
None yet
Development

No branches or pull requests

3 participants