Managed implementation of the VS Code Debug Adapter Protocol, suitable for both hosting and implementing debug adapters.
Info
Version: | 17.10.10123.1 |
Author(s): | Microsoft |
Last Update: | Friday, January 26, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://aka.ms/VSDebugAdapterHost |
NuGet Url: | https://www.nuget.org/packages/Microsoft.VisualStudio.Shared.VsCodeDebugProtocol |
Install
Install-Package Microsoft.VisualStudio.Shared.VsCodeDebugProtocol
dotnet add package Microsoft.VisualStudio.Shared.VsCodeDebugProtocol
paket add Microsoft.VisualStudio.Shared.VsCodeDebugProtocol
Microsoft.VisualStudio.Shared.VsCodeDebugProtocol Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Microsoft.CSharp(>= 4.7.0)
- Newtonsoft.Json(>= 12.0.2)
- Microsoft.CSharp(>= 4.7.0)
- Newtonsoft.Json(>= 12.0.2)
Tags