[Mono-bugs] [Bug 540998] We don't support stepping into anonymous delegates

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Sep 24 12:19:36 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=540998

User martin at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=540998#c3





--- Comment #3 from Martin Baulig <martin at novell.com>  2009-09-24 10:19:36 MDT ---
Ok, I've debugged why we don't step into the anonymous method.

The problem is that both gmcs and csc mark the method as compiler-generated and
the debugger ignores any compiler-generated methods.

For the command-line debugger, we can add some custom flag to the symbol file
to override the compiler-generated attribute but this won't help us for MonoVS.

We also can't disable the compiler-generated detection in the debugger because
we do want to step over all other compiler-generated methods.

Thinking about a solution for this problem ....

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list