-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Debug: investigate how to present inline values in source when stepping through code #12256
Comments
Dev tools show inline values as follows:
VS Code could implement this feature almost completely based on the existing mechanisms and protocols.
Proposal:
@isidorn @roblourens please provide feedback |
So for an object, the adapter will return |
@roblourens yes, correct. And the object 'preview' feature is independent from the 'present inline values'. The preview will be useful in the REPL and the Variables view as well. |
Genau! |
See microsoft/vscode-debugadapter-node#78 for the corresponding protocol addition. |
Investigate how VS Code could present inline values in source when stepping through code
/cc @isidorn @roblourens
The text was updated successfully, but these errors were encountered: