[Mono-dev] Enable mdb generation?

Miguel de Icaza miguel at novell.com
Wed Jan 28 17:54:56 EST 2009


> 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.=



More information about the Mono-devel-list mailing list