https://bugzilla.novell.com/show_bug.cgi?id=459290
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=459290#c2 --- Comment #2 from Thomas Wiest <[email protected]> 2008-12-16 10:46:30 MST --- Here are the steps to reproduce the problem on Mono 2.2p3 on openSUSE 11.0 x86_64. Steps to reproduce the problem: 1. Create new project using the C# Console project template. 2. Inside Main, add this above the CWL: * int a = 1; * string s = "hws"; 3. Save the file 4. Add a break point on the "int a = 1;" line 5. Click "Run / Debug" 6. Press F11 7. Notice that the the debugger doesn't step to the next instruction -- Configure bugmail: https://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
