http://bugzilla.novell.com/show_bug.cgi?id=540994
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=540994#c2 Martin Baulig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FEATURE --- Comment #2 from Martin Baulig <[email protected]> 2009-09-23 17:58:25 MDT --- This is not a bug, you're stepping out of main. The 'i = null' line simply doesn't exist for the debugger, it's unused so it gets optimized out by the JIT. Proper detection of the return address is now in SVN, so you'll exit instead of stopping at the mono_jit_runtime_invoke(). -- 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
