[Mono-bugs] [Bug 686269] [SDB] Debugger resumes execution when it should do a single step

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Apr 11 11:15:43 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=686269

https://bugzilla.novell.com/show_bug.cgi?id=686269#c1


--- Comment #1 from Zoltan Varga <vargaz at gmail.com> 2011-04-11 15:15:43 UTC ---
It happens with any foreach loop:

                    List<string> l = new List<string> ();
                    l.Add ("FOO");
                    l.Add ("BAR");
                    l.Add ("BAZ");
                    foreach (string s in l) {
                        Console.WriteLine (s);
                    }
                    Console.WriteLine ("Hello, World!");

-- 
Configure bugmail: https://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