mono / sdb

A command line client for the Mono soft debugger.
https://www.mono-project.com
MIT License
116 stars 44 forks source link

Implement decompilation #7

Open alexrp opened 10 years ago

alexrp commented 10 years ago

Ideally, we'd use ICSharpCode.Decompiler if/when it's separated into its own Git repository.

alexrp commented 4 years ago

Now available as a NuGet package: https://www.nuget.org/packages/ICSharpCode.Decompiler

Should be fairly trivial to implement now. Though we should probably move SDB to the new .NET SDK style project format before using any NuGet packages.