Add support for inline values
Open
Debugger
Feature Request
OmniSharp
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 737
- Avg merge
- 17h 56m
- Merged PRs (30d)
- 21
Description
_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:
https://github.com/Microsoft/vscode-debugadapter-node/issues/78
https://github.com/Microsoft/vscode-debugadapter-node/blob/896566e0be3f48e5cf90fb715b3b3ffbfa777888/protocol/src/debugProtocol.ts#L1329-L1337
VSCode Support:
https://github.com/Microsoft/vscode/pull/16129
_Copied from original issue: dotnet/coreclr#17693_
Contributor guide
Assessment
This issue has not been assessed yet.