Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Editing variable value using tooltip does not change its Value #48

Closed
karthiknadig opened this issue Feb 7, 2018 · 6 comments
Closed

Comments

@karthiknadig
Copy link
Member

No description provided.

@int19h
Copy link
Contributor

int19h commented Feb 7, 2018

Can you give the code sample? It does work for me.

@karthiknadig
Copy link
Member Author

This sample failed:
image

Note: I was editing from the tool tip display. Editing from locals works.

@karthiknadig
Copy link
Member Author

Looks like, editing from locals works. But not from tooltip or watch window

@int19h
Copy link
Contributor

int19h commented Feb 7, 2018

Editing from watch not working is not awfully surprising - at best, it would only work when the expression is a variable.

It's rather strange that editing from a tooltip is different from Locals though...

@karthiknadig
Copy link
Member Author

Looks like we need to enable supportsSetExpression, and handle setExpression request.

@huguesv huguesv changed the title Editing variable value does not change its Value Editing variable value using tooltip does not change its Value Feb 16, 2018
@int19h
Copy link
Contributor

int19h commented Mar 12, 2018

I'll close this as a dupe of #15, which is more generic

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants