Skip to content

Variable hover/data tips not working in the debugger #302

Closed
@rkeithhill

Description

@rkeithhill

Please fill in these details so that we can help you!

System Details

  • Operating system name and version: Windows 10 1607
  • VS Code version: 1.5.3
  • PowerShell extension version: 0.7.2
  • Output from $PSVersionTable:
Name                           Value
----                           -----
PSVersion                      5.1.14393.187
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.14393.187
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Issue Description

I can no longer hover over a variable in the debugger and get a hover tip. This used to work not too long ago.

Attached Logs

In looking at the log, we return false for supportsEvaluateForHovers. Is that right? We do support hover though, right? OTOH I don't think our eval is side-effect free. Maybe that's why this is false?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions