mono / debugger-libs

Debugger libraries
MIT License
80 stars 75 forks source link

Mono.Debugging.VisualStudio not included in these debugger libs. #393

Open CartBlanche opened 1 year ago

CartBlanche commented 1 year ago

When writing Visual Studio extensions for Windows, that use the Mono stack, currently customers have to install the MAUI workload (a few GB download) for the extensions to work, due to the Mono.Debugging.VisualStudio dependency. Who do we need to speak to about getting Mono.Debugging.VisualStudio included in this lib, or alternatively nugetized so we can use it directly in our extensions, without the MAUI dependency?

Currently our DebuggerLaunchProvider class makes use of the IDebugLauncher, DebuggingOptions, DebuggerSession, StartInfo and SessionMarshalling interface/classes. As well as the Guids.PortSupplierGuid and Guids.EngineGuid in our DebugLaunchSettings class.

CartBlanche commented 1 year ago

@thaystg Any update on this?

thaystg commented 1 year ago

@mauroa can you take a look at this one?

CartBlanche commented 7 months ago

@thaystg, @mauroa 6 months now and still no reply and nearly a year since I raised the issue??