Debug adapter ? #7129
-
Hello, Looking at the list of debug adapters implementations, Is there any documentation in the repository or somewhere else detailing how anyone can connect a DAP client to this implementation of a debug adapter for C#? |
Beta Was this translation helpful? Give feedback.
Answered by gregg-miskelly May 14, 2024
Replies: 1 comment 3 replies
-
The debugger that ships as part of vscode-csharp is licensed to only work in Visual Studio Code / Visual Studio. If you are looking for an open source debug adapter for C#, see https://github.com/Samsung/netcoredbg. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by gautaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
The debugger that ships as part of vscode-csharp is licensed to only work in Visual Studio Code / Visual Studio. If you are looking for an open source debug adapter for C#, see https://github.com/Samsung/netcoredbg.