[Mono-dev] Generics Sharing in the Debugger: Request for breaking the code freeze

2008-07-15 Thread Martin Baulig
Hi guys, I'm currently talking with schani in #monodev about implementing generics sharing in the debugger. The good news is, it looks like it's possible to do that. However, it won't work without doing some substantial changes to the runtime - debugger interface. My understanding was that we

Re: [Mono-dev] Generics Sharing in the Debugger: Request for breaking the code freeze

2008-07-15 Thread Mark Probst
Hey everybody, As I already mentioned on #monodev, my preferred solution for 2.0 would be to disable generic sharing if Mono runs with --debug. In that case the debugger would work fine without any further changes, and the users would still benefit from generic sharing when they run without