This repository has been archived by the owner on Oct 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 119
Show getter property value #77
Labels
Comments
I see the following two options (which both do not require additional debug protocol):
|
Andre, 2 is a good idea, I hadn't thought of that. But if nobody is complaining about the node adapter auto resolving them, I'll probably copy that behavior. |
@weinand idea 2 may be hard to Implement. Because the "expand" UI gesture is only to get the node's children, can not change this node self. |
@f111fei the debug adapter is free to surface anything as a "child". So in case of a getter, the resolved value would become the child. |
@weinand |
Closed
29 tasks
38 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I use chrome debugger, I find variables can't show the getter property value.
related to microsoft/vscode#9949
The text was updated successfully, but these errors were encountered: