> i'm trying to implement > ServicePointManager.ServerCertificateValidationCallback, but the > HttpClientStream class is absolutely not doing what i expect. How can i enable > mdb file generation when building mono to debug the program flow ? Pass the -debug option to the compiler. Like this: gmcs foo.cs -debug Miguel.=