[Mono-devel-list] Remoting Help?
Lluis Sanchez
lluis at ximian.com
Tue Mar 9 04:55:59 EST 2004
On dt, 2004-03-09 at 02:12, Tomar wrote:
> I feel I can help out with the Remoting framework in Mono. The question
> is who do I talk too to coordinate?
You can talk to me.
>
> I am also wondering how do I debug this kind of system. I see if I use
> the HttpChannel, I get an ArgumentException while trying to go through
> the wrapper/proxy class and disappears into libmono.so. Any hints about
> how to debug when the code disappears into the unmanaged sections?
Using gdb or simply printf. However, most of the exceptions are
generated in managed code. A good place to check exceptions thrown in a
remote call is the PrivateInvoke method in the Proxy class.
Lluis.
>
> Tom Larsen
More information about the Mono-devel-list
mailing list