El dj 06 de 05 de 2010 a les 21:16 -0400, en/na Christopher David Howie va escriure: > On 05/06/2010 09:06 PM, Mike Christensen wrote: > > When I'm debugging, I use the Immediate window quite a bit to "mock up > > code" before I change my program, and some polishing up on the > > MonoDevelop immediate window would go a long way. The more this could > > be like Visual Studio, the better. (I'm sure you guys hear that one a > > lot). Any chance of fixing some of these issues before the final > > bits? Thanks!! > > Hopefully even support lambdas and loops, neither of which the VS > immediate window supports, but that Mono's interactive csharp compiler > has supported for a long time...
The immediate window is just an expression evaluator, no code generation is involved. I might be able to hack support for loops, but there is no way we can support lambdas. To fully support the interactive csharp compiler, it would have to be loaded in the debugged process, but that would be very intrusive and would do more harm than good. Lluis. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
