Samsung / netcoredbg

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

[Suggestion] Create a global tool #106

Open fontanaricardo opened 1 year ago

fontanaricardo commented 1 year ago

First of all, thanks to release this source code.

What do you think about create a dotnet tool? Something like dotnet netcoredbg run. Whith this change we can easly install and update versions respecting the dotnet version.

Best regards

alpencolt commented 1 year ago

Hm, looks interesting but netcoredbg is native program and for including to dotnet infrastructure it will require some C# wrapper. Also I don't know how it's being distributed, since ncdb is native, separate binary is required for every platform (maybe individual nuget for every platform). Need to investigate this question.