[Mono-dev] [PATCH] Enable stepping into remotinginvoke-wrapped methods
Martin Baulig
martin at ximian.com
Sun Oct 19 18:32:47 EDT 2008
Hi,
thanks a lot for your patch !
I committed it to SVN and also added a testcase for it :-)
Martin
On Sat, 2008-10-18 at 00:50 +0800, Cedric Vivier wrote:
> Hi,
>
> Currently it is not possible to step into a method of an object
> deriving MarshalByRefObject, as in the example below
> debugger cannot step into Bar() from Main().
>
> >>
> using System;
>
> public class Foo : MarshalByRefObject {
>
> public void Bar() {
> Console.WriteLine("foo!");
> }
>
> private static void Main() {
> var foo = new Foo();
> foo.Bar();
> }
> }
> <<
>
> Please review the attached patch that enables StepInto for
> remotinginvoke-wrapped methods.
>
> Regards,
--
Martin Baulig - martin at novell.com
Novell GmbH, Düsseldorf
GF: Volker Smid, Djamel Souici; HRB 21108 (AG Düsseldorf)
More information about the Mono-devel-list
mailing list