mono / mono-addins

Mono.Addins is a generic framework for creating extensible applications, and for creating add-ins which extend those applications.
MIT License
163 stars 94 forks source link

Add the ability to auto-import debug symbols #85

Closed alanmcgovern closed 7 years ago

alanmcgovern commented 7 years ago

We support searching for pdb files as well as mdb files.

slluis commented 7 years ago

This should be a packaging option (handled around here https://github.com/mono/mono-addins/blob/master/Mono.Addins.Setup/Mono.Addins.Setup/SetupTool.cs#L475), rather than an extension model option. That would more convenient for example if different build configurations need to produce different packages.

alanmcgovern commented 7 years ago

Is this approach more like what you'd want to see? If so i'll test it and finalize it!

slluis commented 7 years ago

Yes, that looks good.

alanmcgovern commented 7 years ago

This is ready to go now!