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

Add support for inline values #2206

Open
gregg-miskelly opened this issue Apr 21, 2018 · 4 comments
Open

Add support for inline values #2206

gregg-miskelly opened this issue Apr 21, 2018 · 4 comments

Comments

@gregg-miskelly
Copy link
Contributor

gregg-miskelly commented Apr 21, 2018

From @rajivharris on April 20, 2018 2:12

VSCode Debugger Protocol now supports inline values for variables when debugging. It would be great if vsdbg/vsdbg-ui adds support for this.

Debugger Protocol:
microsoft/vscode-debugadapter-node#78
https://github.com/Microsoft/vscode-debugadapter-node/blob/896566e0be3f48e5cf90fb715b3b3ffbfa777888/protocol/src/debugProtocol.ts#L1329-L1337

VSCode Support:
microsoft/vscode#16129

Copied from original issue: dotnet/coreclr#17693

@gregg-miskelly
Copy link
Contributor Author

From @RussKeldorph on April 20, 2018 16:29

@dotnet/dotnet-diag @tommcdon

@gregg-miskelly
Copy link
Contributor Author

From @noahfalk on April 21, 2018 0:37

@gregg-miskelly - I think this is for you guys more than it is for us? Let us know if there is a corresponding runtime part of the ask.

@gregg-miskelly gregg-miskelly changed the title [clrdbg] Add support for inline values Add support for inline values Apr 21, 2018
@gregg-miskelly
Copy link
Contributor Author

Here is documentation on the VS Code feature: https://code.visualstudio.com/updates/v1_9#_inline-variable-values-in-source-code

And some notes about how VS Code implemented it: microsoft/vscode#12256

I don't know how general purpose the VS Code implementation will prove to be. But we can give it a try...

@seriouz
Copy link

seriouz commented Apr 13, 2021

Any news on inline variables for VSCode with OmniSharp?

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

No branches or pull requests

3 participants