http://bugzilla.novell.com/show_bug.cgi?id=540998
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=540998#c3 --- Comment #3 from Martin Baulig <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
