Samsung / netcoredbg

NetCoreDbg is a managed code debugger with MI interface for CoreCLR.
MIT License
780 stars 101 forks source link

List on https://microsoft.github.io/debug-adapter-protocol/implementors/adapters/ #6

Closed mickaelistria closed 5 years ago

mickaelistria commented 5 years ago

netcoredbg should be added to https://microsoft.github.io/debug-adapter-protocol/implementors/adapters/ . The page contains a link to add one entry.

ayuckhulk commented 5 years ago

@mickaelistria Thanks for the suggestion! The list you provided contains only VSCode extensions that implement debug adapter protocol. Netcoredbg currently does not have any VSCode extension, so I think it should not be included. However, tizen.net extension https://marketplace.visualstudio.com/items?itemName=tizen.vscode-tizen-csharp can be added to the list after we update it with netcoredbg support.

mickaelistria commented 5 years ago

Nope, the list is a list of debuggers or bridges that support the Debug Adapter Protocol, just like netcoredbg. See the main pages of the site which states it clearly. It just happens that at the moment, those Debug Adapter are usually stored together with the VSCode extension that makes use of them, but it's not a criterion to get into that list. I insist the netcoredbg should be in ;)

ayuckhulk commented 5 years ago

@mickaelistria Okay, that's a fair point :smiley: Thanks! I created a PR here: https://github.com/Microsoft/debug-adapter-protocol/pull/9

ayuckhulk commented 5 years ago

Done!