Samsung / netcoredbg

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

Windows package #4

Closed mickaelistria closed 6 years ago

mickaelistria commented 6 years ago

We'd like to enable dotnet core debugging on Windows too. Would it be possible to create a windows distribution just like there is for mac and linux. (this is currently a low priority request as we have some more work to do on the Eclipse IDE side to enable debugging properly, but a PoC shows it can work well)

ayuckhulk commented 6 years ago

@mickaelistria Release build for Windows is now available! Please check it out.

mickaelistria commented 6 years ago

Thank you! Next release and upcoming snapshots of Eclipse aCute plugin should support debugging on Windows thanks to netcoredbg!