google / cppdap

C++ library for the Debug Adapter Protocol
Apache License 2.0
149 stars 46 forks source link

Projects with Cppdap #61

Closed stoianmihail closed 3 years ago

stoianmihail commented 3 years ago

Hi!

Could you please add a list of existing projects that use cppdap as clients or servers to the README? That would be beneficial for all who would also like to use cppdap.

Thanks! Regards, Mihail.

ben-clayton commented 3 years ago

Hi @stoianmihail,

I don't keep a formal list, but I am aware of the following:

Most of these can be found by searching Github for cppdap.

I'm on the fence about adding a users-of-this-project, as I've seen some dubious quality links added to other popular projects. I really don't want to have to be judge of code quality for each new request, nor do I want to encourage people to adopt poor patterns by blindly accepting all requests.

Many thanks, Ben