Am 06.06.2008 um 02:22 schrieb herenvardo: > Jonathan Pobst wrote: >> >> It sounds like a bug in >> TableLayoutSettingsTypeConverter.ParseRowStyle. >> If you can get the data sent to the parameter xmlDoc that crashes, >> we >> can get a fix for it. >> > That's easier said than done: the Visual Studio's debugger obviously > won't > allow me to step into the .NET's own code; and the Mono debugger... > after > more than three hours to find it, get it, and trying to getting it > working > with no success, I've finally given up. > I've also tried to put all the System.Windows.Forms files from > Mono's source > inside the project, and remove the reference to .NET's own > System.Windows.Forms namespace, hoping to be able to step into that > code, > but the Studio's compiler didn't swallow it. > If there is anything else I can try to retrieve this value;
You can always resort to Console.WriteLine. :-) Andreas > or if the Mono > debugger can be run on windows without being a makefile-expert (one > of the > reasons I work on Visual is that I really love being able to compile > everything with just hitting F6 ^^), I'm open to suggestions. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
