[Mono-dev] How to build mono framework with debug info?

Rémi THOMAS url2jpeg at gmail.com
Sat Apr 7 07:34:41 UTC 2012


I have found.
In the file mono/mcs/build/config.make
add the line
MCS_FLAGS = -debug

On Fri, Apr 6, 2012 at 5:41 PM, Rémi THOMAS <url2jpeg at gmail.com> wrote:
> Hi,
>
> To find a bug in Debian Socket.ReceiveAsync method I need to have framework
> debug info.
> What option to change in the framework make process to get it?
>
> Remi
>
> Unhandled Exception: System.ObjectDisposedException: The object was
> used after being disposed.
> at System.Net.Sockets.Socket.ReceiveAsync
> (System.Net.Sockets.SocketAsyncEventArgs e) [0x00000] in <filename
> unknown>:0
> at cloudBus.TCPConnection.Receive () [0x0003d] in
> /home/xyz/cloudBus/TCPServer.cs:26


More information about the Mono-devel-list mailing list